SqlServerPropertyExtensions.GetValueGenerationStrategyConfigurationSource Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetValueGenerationStrategyConfigurationSource(IConventionProperty) |
Gibt den ConfigurationSource für zurück SqlServerValueGenerationStrategy. |
GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides) |
Gibt den ConfigurationSource für die SqlServerValueGenerationStrategy für eine bestimmte Tabelle zurück. |
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier) |
Gibt den ConfigurationSource für die SqlServerValueGenerationStrategy für eine bestimmte Tabelle zurück. |
GetValueGenerationStrategyConfigurationSource(IConventionProperty)
Gibt den ConfigurationSource für zurück SqlServerValueGenerationStrategy.
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)
Parameter
- property
- IConventionProperty
Die Eigenschaft.
Gibt zurück
Der ConfigurationSource für den SqlServerValueGenerationStrategy.
Gilt für:
GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)
Gibt den ConfigurationSource für die SqlServerValueGenerationStrategy für eine bestimmte Tabelle zurück.
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)
Parameter
- overrides
- IConventionRelationalPropertyOverrides
Die -Eigenschaft überschreibt.
Gibt zurück
Der ConfigurationSource für den SqlServerValueGenerationStrategy.
Gilt für:
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)
Gibt den ConfigurationSource für die SqlServerValueGenerationStrategy für eine bestimmte Tabelle zurück.
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)
Parameter
- property
- IConventionProperty
Die Eigenschaft.
- storeObject
- StoreObjectIdentifier
Der Bezeichner der Tabelle, die die Spalte enthält.
Gibt zurück
Der ConfigurationSource für den SqlServerValueGenerationStrategy.
Gilt für:
Entity Framework