RelationalPropertyExtensions.GetColumnName Yöntem

Tanım

Aşırı Yüklemeler

GetColumnName(IProperty)
Kullanımdan kalktı.

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

GetColumnName(IProperty, StoreObjectIdentifier)

Özelliğin belirli bir tablo için eşlenmiş olduğu sütunun adını döndürür.

GetColumnName(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin belirli bir tablo için eşlenmiş olduğu sütunun adını döndürür.

GetColumnName(IProperty)

Dikkat

Use the overload that takes a StoreObjectIdentifier

Özelliğin eşlenmiş olduğu tablo sütunlarının 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

String

Özelliğin eşlenmiş olduğu tablo sütunlarının adı.

Öznitelikler

Şunlara uygulanır

GetColumnName(IProperty, StoreObjectIdentifier)

Özelliğin belirli bir tablo için eşlenmiş olduğu 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 gibi bir depo nesnesinin tanımlayıcısı.

Döndürülenler

String

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

Şunlara uygulanır

GetColumnName(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin belirli bir tablo için eşlenmiş olduğu 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 gibi bir depo nesnesinin tanımlayıcısı.

Döndürülenler

String

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

Şunlara uygulanır