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 SourceHasColumnTypeUniqueIdentifier(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> |
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>> |