JK
Search Results for

    Show / Hide Table of Contents

    Class PropertyBuilderDateExtensions

    Inheritance
    System.Object
    PropertyBuilderDateExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: JK.Common.EntityFrameworkCore.SqlServer.Extensions
    Assembly: JK.Common.EntityFrameworkCore.SqlServer.dll
    Syntax
    public static class PropertyBuilderDateExtensions

    Methods

    | Improve this Doc View Source

    HasColumnTypeDateTime(PropertyBuilder<DateTime>)

    Declaration
    public static PropertyBuilder<DateTime> HasColumnTypeDateTime(this PropertyBuilder<DateTime> propertyBuilder)
    Parameters
    Type Name Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.DateTime> propertyBuilder
    Returns
    Type Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.DateTime>
    | Improve this Doc View Source

    HasColumnTypeDateTime(PropertyBuilder<Nullable<DateTime>>)

    Declaration
    public static PropertyBuilder<DateTime?> HasColumnTypeDateTime(this PropertyBuilder<DateTime?> propertyBuilder)
    Parameters
    Type Name Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.Nullable<System.DateTime>> propertyBuilder
    Returns
    Type Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.Nullable<System.DateTime>>
    | Improve this Doc View Source

    HasColumnTypeDateTime2(PropertyBuilder<DateTime>)

    Declaration
    public static PropertyBuilder<DateTime> HasColumnTypeDateTime2(this PropertyBuilder<DateTime> propertyBuilder)
    Parameters
    Type Name Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.DateTime> propertyBuilder
    Returns
    Type Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.DateTime>
    | Improve this Doc View Source

    HasColumnTypeDateTime2(PropertyBuilder<Nullable<DateTime>>)

    Declaration
    public static PropertyBuilder<DateTime?> HasColumnTypeDateTime2(this PropertyBuilder<DateTime?> propertyBuilder)
    Parameters
    Type Name Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.Nullable<System.DateTime>> propertyBuilder
    Returns
    Type Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.Nullable<System.DateTime>>
    | Improve this Doc View Source

    HasColumnTypeDateTimeOffset(PropertyBuilder<DateTimeOffset>)

    Declaration
    public static PropertyBuilder<DateTimeOffset> HasColumnTypeDateTimeOffset(this PropertyBuilder<DateTimeOffset> propertyBuilder)
    Parameters
    Type Name Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.DateTimeOffset> propertyBuilder
    Returns
    Type Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.DateTimeOffset>
    | Improve this Doc View Source

    HasColumnTypeDateTimeOffset(PropertyBuilder<Nullable<DateTimeOffset>>)

    Declaration
    public static PropertyBuilder<DateTimeOffset?> HasColumnTypeDateTimeOffset(this PropertyBuilder<DateTimeOffset?> propertyBuilder)
    Parameters
    Type Name Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.Nullable<System.DateTimeOffset>> propertyBuilder
    Returns
    Type Description
    Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<System.Nullable<System.DateTimeOffset>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX