RelationalPropertyExtensions.GetColumnName Yöntem

Tanım

Aşırı Yüklemeler

GetColumnName(IProperty)
Geçersiz.

Özelliğin eşlendiği tablo sütununun adını döndürür.

GetColumnName(IReadOnlyProperty)

Özelliğin eşlendiği sütunun adını döndürür.

GetColumnName(IProperty, StoreObjectIdentifier)

Özelliğin belirli bir tabloyla eşlendiği sütunun adını döndürür.

GetColumnName(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin belirli bir tabloyla eşlendiği sütunun adını döndürür.

GetColumnName(IProperty)

Dikkat

Use the overload that takes a StoreObjectIdentifier

Özelliğin eşlendiği tablo sütununun adını döndürür.

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

Özelliğin eşlendiği tablo sütununun adı.

Öznitelikler

Şunlara uygulanır

GetColumnName(IReadOnlyProperty)

Özelliğin eşlendiği sütunun adını döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

Özelliğin eşlendiği sütunun temel adı.

Şunlara uygulanır

GetColumnName(IProperty, StoreObjectIdentifier)

Özelliğin belirli bir tabloyla eşlendiği sütunun adını döndürür.

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

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Özelliğin eşlendiği sütunun adı.

Şunlara uygulanır

GetColumnName(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin belirli bir tabloyla eşlendiği sütunun adını döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Özelliğin eşlendiği sütunun adı.

Şunlara uygulanır