RelationalEntityTypeExtensions.GetContainerColumnTypeMappingConfigurationSource Methode

Definition

Achtung

Container column mappings are now obtained from IColumnBase.StoreTypeMapping

Ruft die ConfigurationSource für die Containerspaltentypzuordnung ab.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetContainerColumnTypeMappingConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
[System.Obsolete("Container column mappings are now obtained from IColumnBase.StoreTypeMapping")]
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetContainerColumnTypeMappingConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetContainerColumnTypeMappingConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
[<System.Obsolete("Container column mappings are now obtained from IColumnBase.StoreTypeMapping")>]
static member GetContainerColumnTypeMappingConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetContainerColumnTypeMappingConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)

Parameter

entityType
IConventionEntityType

Der Entitätstyp, für den die Containerspaltentypzuordnung festgelegt werden soll.

Gibt zurück

Die ConfigurationSource für die Containerspaltentypzuordnung.

Attribute

Gilt für: