Share via


RelationalPropertyExtensions.GetColumnType Metodo

Definizione

Overload

GetColumnType(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il tipo di database della colonna a cui viene eseguito il mapping della proprietà oppure null se il tipo di database non è stato trovato.

GetColumnType(IProperty, StoreObjectIdentifier)

Restituisce il tipo di database della colonna a cui viene eseguito il mapping della proprietà.

GetColumnType(IProperty)

Restituisce il tipo di database della colonna a cui viene eseguito il mapping della proprietà.

GetColumnType(IReadOnlyProperty)

Restituisce il tipo di database della colonna a cui viene eseguito il mapping della proprietà oppure null se il tipo di database non è stato trovato.

GetColumnType(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il tipo di database della colonna a cui viene eseguito il mapping della proprietà oppure null se il tipo di database non è stato trovato.

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

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

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

Restituisce

Tipo di database della colonna a cui viene eseguito il mapping della proprietà oppure null se il tipo di database non è stato trovato.

Si applica a

GetColumnType(IProperty, StoreObjectIdentifier)

Restituisce il tipo di database della colonna a cui viene eseguito il mapping della proprietà.

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

Parametri

property
IProperty

Proprietà.

storeObject
StoreObjectIdentifier

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

Restituisce

Tipo di database della colonna a cui viene eseguito il mapping della proprietà.

Si applica a

GetColumnType(IProperty)

Restituisce il tipo di database della colonna a cui viene eseguito il mapping della proprietà.

public static string GetColumnType (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetColumnType : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetColumnType (property As IProperty) As String

Parametri

property
IProperty

Proprietà.

Restituisce

Tipo di database della colonna a cui viene eseguito il mapping della proprietà.

Si applica a

GetColumnType(IReadOnlyProperty)

Restituisce il tipo di database della colonna a cui viene eseguito il mapping della proprietà oppure null se il tipo di database non è stato trovato.

public static string? GetColumnType (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetColumnType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetColumnType (property As IReadOnlyProperty) As String

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

Tipo di database della colonna a cui viene eseguito il mapping della proprietà oppure null se il tipo di database non è stato trovato.

Si applica a