Share via


RelationalPropertyExtensions.GetRelationalTypeMapping Metodo

Definizione

Overload

GetRelationalTypeMapping(IProperty)

Restituisce l'oggetto RelationalTypeMapping per la proprietà specificata in un modello finalizzato.

GetRelationalTypeMapping(IReadOnlyProperty)

Restituisce l'oggetto RelationalTypeMapping per la proprietà specificata in un modello finalizzato.

GetRelationalTypeMapping(IProperty)

Restituisce l'oggetto RelationalTypeMapping per la proprietà specificata in un modello finalizzato.

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IProperty) As RelationalTypeMapping

Parametri

property
IProperty

Proprietà.

Restituisce

Mapping dei tipi.

Attributi

Si applica a

GetRelationalTypeMapping(IReadOnlyProperty)

Restituisce l'oggetto RelationalTypeMapping per la proprietà specificata in un modello finalizzato.

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IReadOnlyProperty) As RelationalTypeMapping

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

Mapping dei tipi.

Attributi

Si applica a