Udostępnij za pośrednictwem


SqlServerPropertyExtensions.GetValueGenerationStrategyConfigurationSource Metoda

Definicja

Przeciążenia

GetValueGenerationStrategyConfigurationSource(IConventionProperty)

Zwraca wartość ConfigurationSource dla .SqlServerValueGenerationStrategy

GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)

Zwraca wartość ConfigurationSource dla SqlServerValueGenerationStrategy określonej tabeli.

GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)

Zwraca wartość ConfigurationSource dla SqlServerValueGenerationStrategy określonej tabeli.

GetValueGenerationStrategyConfigurationSource(IConventionProperty)

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parametry

property
IConventionProperty

Właściwość.

Zwraca

Element ConfigurationSource dla .SqlServerValueGenerationStrategy

Dotyczy

GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)

Zwraca wartość ConfigurationSource dla SqlServerValueGenerationStrategy określonej tabeli.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (overrides As IConventionRelationalPropertyOverrides) As Nullable(Of ConfigurationSource)

Parametry

overrides
IConventionRelationalPropertyOverrides

Właściwość zastępuje.

Zwraca

Element ConfigurationSource dla .SqlServerValueGenerationStrategy

Dotyczy

GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)

Zwraca wartość ConfigurationSource dla SqlServerValueGenerationStrategy określonej tabeli.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ConfigurationSource)

Parametry

property
IConventionProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator tabeli zawierającej kolumnę.

Zwraca

Element ConfigurationSource dla .SqlServerValueGenerationStrategy

Dotyczy