Share via


RelationalPropertyExtensions.GetColumnBaseName Metodo

Definizione

Overload

GetColumnBaseName(IProperty)

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

GetColumnBaseName(IReadOnlyProperty)
Obsoleti.

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

GetColumnBaseName(IProperty)

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

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

Parametri

property
IProperty

Proprietà.

Restituisce

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

Si applica a

GetColumnBaseName(IReadOnlyProperty)

Attenzione

Use GetColumnName

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

public static string GetColumnBaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
[System.Obsolete("Use GetColumnName")]
public static string GetColumnBaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetColumnBaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
[<System.Obsolete("Use GetColumnName")>]
static member GetColumnBaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetColumnBaseName (property As IReadOnlyProperty) As String

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

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

Attributi

Si applica a