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

属性。

返回

属性将映射到的默认列。

适用于