JK
Search Results for

    Show / Hide Table of Contents

    Class PropertyBuilderExtensions

    Inheritance
    System.Object
    PropertyBuilderExtensions
    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 PropertyBuilderExtensions

    Methods

    | Improve this Doc View Source

    HasColumnTypeUniqueIdentifier(PropertyBuilder<Guid>)

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

    HasColumnTypeUniqueIdentifier(PropertyBuilder<Nullable<Guid>>)

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