Share via


RelationalPropertyExtensions.GetDefaultColumnName Metodo

Definizione

Overload

GetDefaultColumnName(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il nome di colonna predefinito a cui verrà eseguito il mapping della proprietà.

GetDefaultColumnName(IProperty, StoreObjectIdentifier)

Restituisce il nome di colonna predefinito a cui verrà eseguito il mapping della proprietà.

GetDefaultColumnName(IProperty)
Obsoleti.

Restituisce il nome della colonna tabella predefinita a cui verrà eseguito il mapping della proprietà.

GetDefaultColumnName(IReadOnlyProperty)

Restituisce il nome di base predefinito della colonna a cui verrà eseguito il mapping della proprietà

GetDefaultColumnName(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il nome di colonna predefinito a cui verrà eseguito il mapping della proprietà.

public static string GetDefaultColumnName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static string? GetDefaultColumnName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultColumnName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultColumnName (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 di colonna predefinito a cui verrà eseguito il mapping della proprietà.

Si applica a

GetDefaultColumnName(IProperty, StoreObjectIdentifier)

Restituisce il nome di colonna predefinito a cui verrà eseguito il mapping della proprietà.

public static string GetDefaultColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultColumnName (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 di colonna predefinito a cui verrà eseguito il mapping della proprietà.

Si applica a

GetDefaultColumnName(IProperty)

Attenzione

Use the overload that takes a StoreObjectIdentifier

Restituisce il nome della colonna tabella predefinita a cui verrà eseguito il mapping della proprietà.

public static string GetDefaultColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use the overload that takes a StoreObjectIdentifier")]
public static string GetDefaultColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetDefaultColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
[<System.Obsolete("Use the overload that takes a StoreObjectIdentifier")>]
static member GetDefaultColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetDefaultColumnName (property As IProperty) As String

Parametri

property
IProperty

Proprietà.

Restituisce

Nome della colonna tabella predefinita a cui verrà eseguito il mapping della proprietà.

Attributi

Si applica a

GetDefaultColumnName(IReadOnlyProperty)

Restituisce il nome di base predefinito della colonna a cui verrà eseguito il mapping della proprietà

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

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

Nome della colonna di base predefinito a cui verrà eseguito il mapping della proprietà.

Si applica a