SqlServerPropertyExtensions.GetValueGenerationStrategy 方法

定义

重载

GetValueGenerationStrategy(IReadOnlyProperty, StoreObjectIdentifier)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

GetValueGenerationStrategy(IProperty, StoreObjectIdentifier)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

如果未为 属性设置策略,则将从 IModel中获取要使用的策略。

GetValueGenerationStrategy(IProperty)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

如果未为 属性设置策略,则将从 IModel中获取要使用的策略。

GetValueGenerationStrategy(IReadOnlyProperty)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

GetValueGenerationStrategy(IReadOnlyRelationalPropertyOverrides)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

GetValueGenerationStrategy(IReadOnlyProperty, StoreObjectIdentifier)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy GetValueGenerationStrategy (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy
<Extension()>
Public Function GetValueGenerationStrategy (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As SqlServerValueGenerationStrategy

参数

property
IReadOnlyProperty

属性。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

策略,如果未设置策略,则为 None

注解

如果未为 属性设置策略,则将从 IModel中获取要使用的策略。

适用于

GetValueGenerationStrategy(IProperty, StoreObjectIdentifier)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

如果未为 属性设置策略,则将从 IModel中获取要使用的策略。

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy GetValueGenerationStrategy (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy
<Extension()>
Public Function GetValueGenerationStrategy (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As SqlServerValueGenerationStrategy

参数

property
IProperty

属性。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

策略,如果未设置策略,则为 None

适用于

GetValueGenerationStrategy(IProperty)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

如果未为 属性设置策略,则将从 IModel中获取要使用的策略。

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy GetValueGenerationStrategy (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy
<Extension()>
Public Function GetValueGenerationStrategy (property As IProperty) As SqlServerValueGenerationStrategy

参数

property
IProperty

属性。

返回

策略,如果未设置策略,则为 None

适用于

GetValueGenerationStrategy(IReadOnlyProperty)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy GetValueGenerationStrategy (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy
<Extension()>
Public Function GetValueGenerationStrategy (property As IReadOnlyProperty) As SqlServerValueGenerationStrategy

参数

property
IReadOnlyProperty

属性。

返回

策略,如果未设置策略,则为 None

注解

如果未为 属性设置策略,则将从 IModel中获取要使用的策略。

适用于

GetValueGenerationStrategy(IReadOnlyRelationalPropertyOverrides)

返回 SqlServerValueGenerationStrategy 要用于 属性的 。

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy? GetValueGenerationStrategy (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides overrides);
static member GetValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides -> Nullable<Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy>
<Extension()>
Public Function GetValueGenerationStrategy (overrides As IReadOnlyRelationalPropertyOverrides) As Nullable(Of SqlServerValueGenerationStrategy)

参数

overrides
IReadOnlyRelationalPropertyOverrides

属性重写。

返回

策略,如果未设置策略,则为 None

注解

如果未为 属性设置策略,则将从 IModel中获取要使用的策略。

适用于