RelationalPropertyExtensions.GetColumnNameConfigurationSource Methode

Definition

Überlädt

GetColumnNameConfigurationSource(IConventionProperty)

Ruft den ConfigurationSource für den Spaltennamen ab.

GetColumnNameConfigurationSource(IConventionProperty, StoreObjectIdentifier)

Ruft den ConfigurationSource für den Spaltennamen für ein bestimmtes tabellenähnliches Speicherobjekt ab.

GetColumnNameConfigurationSource(IConventionProperty)

Ruft den ConfigurationSource für den Spaltennamen ab.

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

Parameter

property
IConventionProperty

Die Eigenschaft.

Gibt zurück

Der ConfigurationSource für den Spaltennamen.

Gilt für:

GetColumnNameConfigurationSource(IConventionProperty, StoreObjectIdentifier)

Ruft den ConfigurationSource für den Spaltennamen für ein bestimmtes tabellenähnliches Speicherobjekt ab.

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

Parameter

property
IConventionProperty

Die Eigenschaft.

storeObject
StoreObjectIdentifier

Der Bezeichner des tabellenähnlichen Speicherobjekts, das die Spalte enthält.

Gibt zurück

Die ConfigurationSource für den Spaltennamen für ein bestimmtes tabellenähnliches Speicherobjekt.

Gilt für: