Aracılığıyla paylaş


RelationalPropertyExtensions.GetDefaultColumnMappings(IProperty) Yöntem

Tanım

Özelliğin eşlendiği varsayılan sütunları döndürür.

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)

Parametreler

property
IProperty

Özellik.

Döndürülenler

Özelliğin eşlendiği varsayılan sütunlar.

Şunlara uygulanır