RelationalPropertyExtensions.GetDefaultColumnName Yöntem

Tanım

Aşırı Yüklemeler

GetDefaultColumnName(IProperty)
Kullanımdan kalktı.

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

GetDefaultColumnName(IProperty, StoreObjectIdentifier)

Özelliğin eşlenmiş olduğu varsayılan sütun adını döndürür.

GetDefaultColumnName(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin eşlenmiş olduğu varsayılan sütun adını döndürür.

GetDefaultColumnName(IProperty)

Dikkat

Use the overload that takes a StoreObjectIdentifier

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

public static string GetDefaultColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use the overload that takes a StoreObjectIdentifier")]
public static string GetDefaultColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetDefaultColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
[<System.Obsolete("Use the overload that takes a StoreObjectIdentifier")>]
static member GetDefaultColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetDefaultColumnName (property As IProperty) As String

Parametreler

property
IProperty

Özellik.

Döndürülenler

String

Özelliğin eşlenmiş olduğu varsayılan tablo sütunu adı.

Öznitelikler

Şunlara uygulanır

GetDefaultColumnName(IProperty, StoreObjectIdentifier)

Özelliğin eşlenmiş olduğu varsayılan sütun adını döndürür.

public static string GetDefaultColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultColumnName (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 varsayılan sütun adı.

Şunlara uygulanır

GetDefaultColumnName(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin eşlenmiş olduğu varsayılan sütun adını döndürür.

public static string GetDefaultColumnName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultColumnName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultColumnName (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 varsayılan sütun adı.

Şunlara uygulanır