RelationalPropertyExtensions.GetDefaultColumnMappings(IProperty) Methode

Definition

Gibt die Standardspalten zurück, denen die Eigenschaft zugeordnet wird.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IColumnMappingBase> GetDefaultColumnMappings (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetDefaultColumnMappings : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IColumnMappingBase>
<Extension()>
Public Function GetDefaultColumnMappings (property As IProperty) As IEnumerable(Of IColumnMappingBase)

Parameter

property
IProperty

Die Eigenschaft.

Gibt zurück

Die Standardspalten, denen die Eigenschaft zugeordnet wird.

Gilt für: