RelationalPropertyExtensions.GetColumnName Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetColumnName(IProperty) |
Obsoleti.
Restituisce il nome della colonna della tabella a cui viene eseguito il mapping della proprietà. |
GetColumnName(IReadOnlyProperty) |
Restituisce il nome della colonna a cui verrà eseguito il mapping della proprietà. |
GetColumnName(IProperty, StoreObjectIdentifier) |
Restituisce il nome della colonna a cui viene eseguito il mapping della proprietà per una determinata tabella. |
GetColumnName(IReadOnlyProperty, StoreObjectIdentifier) |
Restituisce il nome della colonna a cui viene eseguito il mapping della proprietà per una determinata tabella. |
GetColumnName(IProperty)
Attenzione
Use the overload that takes a StoreObjectIdentifier
Restituisce il nome della colonna della tabella a cui viene eseguito il mapping della proprietà.
public static string GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use the overload that takes a StoreObjectIdentifier")]
public static string GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
[<System.Obsolete("Use the overload that takes a StoreObjectIdentifier")>]
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetColumnName (property As IProperty) As String
Parametri
- property
- IProperty
Proprietà.
Restituisce
Nome della colonna della tabella a cui viene eseguito il mapping della proprietà.
- Attributi
Si applica a
GetColumnName(IReadOnlyProperty)
Restituisce il nome della colonna a cui verrà eseguito il mapping della proprietà.
public static string GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetColumnName (property As IReadOnlyProperty) As String
Parametri
- property
- IReadOnlyProperty
Proprietà.
Restituisce
Nome di base della colonna a cui verrà eseguito il mapping della proprietà.
Si applica a
GetColumnName(IProperty, StoreObjectIdentifier)
Restituisce il nome della colonna a cui viene eseguito il mapping della proprietà per una determinata tabella.
public static string GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetColumnName (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
Nome della colonna a cui viene eseguito il mapping della proprietà.
Si applica a
GetColumnName(IReadOnlyProperty, StoreObjectIdentifier)
Restituisce il nome della colonna a cui viene eseguito il mapping della proprietà per una determinata tabella.
public static string? GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetColumnName (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
Nome della colonna a cui viene eseguito il mapping della proprietà.