RelationalPropertyExtensions.GetColumnBaseName Yöntem

Tanım

Aşırı Yüklemeler

GetColumnBaseName(IProperty)

Özelliğin eşlenmiş olduğu sütunun temel adını döndürür.

GetColumnBaseName(IReadOnlyProperty)

Özelliğin eşlenmiş olduğu sütunun temel adını döndürür.

GetColumnBaseName(IProperty)

Özelliğin eşlenmiş olduğu sütunun temel adını döndürür.

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

String

Özelliğin eşlenmiş olduğu sütunun temel adı.

Şunlara uygulanır

GetColumnBaseName(IReadOnlyProperty)

Özelliğin eşlenmiş olduğu sütunun temel adını döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

String

Özelliğin eşlenmiş olduğu sütunun temel adı.

Şunlara uygulanır