Condividi tramite


RelationalTypeMappingSource.IRelationalTypeMappingSource.FindMapping Metodo

Definizione

Overload

IRelationalTypeMappingSource.FindMapping(IProperty)

Trova il mapping dei tipi per un determinato IPropertyoggetto .

IRelationalTypeMappingSource.FindMapping(MemberInfo)

Trova il mapping dei tipi per un determinato MemberInfo oggetto che rappresenta un campo o una proprietà di un tipo CLR.

IRelationalTypeMappingSource.FindMapping(Type)

Trova il mapping dei tipi per un determinato Typeoggetto .

IRelationalTypeMappingSource.FindMapping(Type, IModel)

Trova il mapping dei tipi per un determinato Typeoggetto , prendendo la configurazione pre-convenzione nell'account.

IRelationalTypeMappingSource.FindMapping(IProperty)

Trova il mapping dei tipi per un determinato IPropertyoggetto .

Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping IRelationalTypeMappingSource.FindMapping (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? IRelationalTypeMappingSource.FindMapping (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource.FindMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource.FindMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Function FindMapping (property As IProperty) As RelationalTypeMapping Implements IRelationalTypeMappingSource.FindMapping

Parametri

property
IProperty

Proprietà.

Restituisce

Mapping dei tipi o null se non è stato trovato alcun elemento.

Implementazioni

Si applica a

IRelationalTypeMappingSource.FindMapping(MemberInfo)

Trova il mapping dei tipi per un determinato MemberInfo oggetto che rappresenta un campo o una proprietà di un tipo CLR.

Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping IRelationalTypeMappingSource.FindMapping (System.Reflection.MemberInfo member);
Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? IRelationalTypeMappingSource.FindMapping (System.Reflection.MemberInfo member);
abstract member Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource.FindMapping : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource.FindMapping : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Function FindMapping (member As MemberInfo) As RelationalTypeMapping Implements IRelationalTypeMappingSource.FindMapping

Parametri

member
MemberInfo

Campo o proprietà.

Restituisce

Mapping dei tipi o null se non è stato trovato alcun elemento.

Implementazioni

Si applica a

IRelationalTypeMappingSource.FindMapping(Type)

Trova il mapping dei tipi per un determinato Typeoggetto .

Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping IRelationalTypeMappingSource.FindMapping (Type type);
Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? IRelationalTypeMappingSource.FindMapping (Type type);
abstract member Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource.FindMapping : Type -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource.FindMapping : Type -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Function FindMapping (type As Type) As RelationalTypeMapping Implements IRelationalTypeMappingSource.FindMapping

Parametri

type
Type

Tipo CLR.

Restituisce

Mapping dei tipi o null se non è stato trovato alcun elemento.

Implementazioni

Si applica a

IRelationalTypeMappingSource.FindMapping(Type, IModel)

Trova il mapping dei tipi per un determinato Typeoggetto , prendendo la configurazione pre-convenzione nell'account.

Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? IRelationalTypeMappingSource.FindMapping (Type type, Microsoft.EntityFrameworkCore.Metadata.IModel model);
abstract member Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource.FindMapping : Type * Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource.FindMapping : Type * Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Function FindMapping (type As Type, model As IModel) As RelationalTypeMapping Implements IRelationalTypeMappingSource.FindMapping

Parametri

type
Type

Tipo CLR.

model
IModel

Modello.

Restituisce

Mapping dei tipi o null se non è stato trovato alcun elemento.

Implementazioni

Si applica a