RelationalPropertyExtensions.GetColumnBaseName Метод

Определение

Перегрузки

GetColumnBaseName(IProperty)

Возвращает базовое имя столбца, с которым будет сопоставлено свойство.

GetColumnBaseName(IReadOnlyProperty)
Устаревшие..

Возвращает базовое имя столбца, с которым будет сопоставлено свойство.

GetColumnBaseName(IProperty)

Возвращает базовое имя столбца, с которым будет сопоставлено свойство.

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

Параметры

property
IProperty

Свойство.

Возвращаемое значение

Базовое имя столбца, с которым будет сопоставлено свойство.

Применяется к

GetColumnBaseName(IReadOnlyProperty)

Внимание!

Use GetColumnName

Возвращает базовое имя столбца, с которым будет сопоставлено свойство.

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

Параметры

property
IReadOnlyProperty

Свойство.

Возвращаемое значение

Базовое имя столбца, с которым будет сопоставлено свойство.

Атрибуты

Применяется к