Share via


RelationalPropertyExtensions.GetDefaultColumnMappings(IProperty) Metodo

Definizione

Restituisce le colonne predefinite a cui verrà eseguito il mapping della proprietà.

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)

Parametri

property
IProperty

Proprietà.

Restituisce

Colonne predefinite a cui verrà eseguito il mapping della proprietà.

Si applica a