RelationalPropertyExtensions.GetDefaultColumnMappings(IProperty) Метод

Определение

Возвращает столбцы по умолчанию, с которыми будет сопоставлено свойство.

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)

Параметры

property
IProperty

Свойство.

Возвращаемое значение

Столбцы по умолчанию, с которыми будет сопоставлено свойство.

Применяется к