Share via


RelationalPropertyExtensions.FindRelationalTypeMapping Metodo

Definizione

Overload

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

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

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

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

FindRelationalTypeMapping(IProperty)

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

FindRelationalTypeMapping(IReadOnlyProperty)

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

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

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

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

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

Si applica a

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

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

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

Parametri

property
IProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

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

Si applica a

FindRelationalTypeMapping(IProperty)

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

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

Parametri

property
IProperty

Proprietà.

Restituisce

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

Attributi

Si applica a

FindRelationalTypeMapping(IReadOnlyProperty)

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

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

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

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

Attributi

Si applica a