SqlServerValueGenerationConvention.GetValueGenerated 方法

定义

重载

GetValueGenerated(IConventionProperty)

返回为给定属性设置的存储值生成策略。

GetValueGenerated(IProperty)

返回为给定属性设置的存储值生成策略。

GetValueGenerated(IProperty, StoreObjectIdentifier)

返回为给定属性设置的存储值生成策略。

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

返回为给定属性设置的存储值生成策略。

GetValueGenerated(IConventionProperty)

Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs

返回为给定属性设置的存储值生成策略。

protected override Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
override this.GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Protected Overrides Function GetValueGenerated (property As IConventionProperty) As Nullable(Of ValueGenerated)

参数

property
IConventionProperty

属性。

返回

要为给定属性设置的存储值生成策略。

适用于

GetValueGenerated(IProperty)

Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs

返回为给定属性设置的存储值生成策略。

public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IProperty) As Nullable(Of ValueGenerated)

参数

property
IProperty

属性。

返回

要为给定属性设置的存储值生成策略。

适用于

GetValueGenerated(IProperty, StoreObjectIdentifier)

Source:
SqlServerValueGenerationConvention.cs

返回为给定属性设置的存储值生成策略。

public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ValueGenerated)

参数

property
IProperty

属性。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

要为给定属性设置的存储值生成策略。

适用于

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs
Source:
SqlServerValueGenerationConvention.cs

返回为给定属性设置的存储值生成策略。

public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ValueGenerated)

参数

property
IReadOnlyProperty

属性。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

要为给定属性设置的存储值生成策略。

适用于