Aracılığıyla paylaş


RelationalPropertyExtensions.GetCollation Yöntem

Tanım

Aşırı Yüklemeler

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

Sütun için kullanılacak harmanlamayı döndürür.

GetCollation(IProperty, StoreObjectIdentifier)

Sütun için kullanılacak harmanlamayı döndürür.

GetCollation(IProperty)

Sütun için kullanılacak harmanlamayı döndürür.

GetCollation(IReadOnlyProperty)

Sütun için kullanılacak harmanlamayı döndürür.

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

Sütun için kullanılacak harmanlamayı döndürür.

public static string? GetCollation (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetCollation : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetCollation (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

Bu özelliğin eşlendiği sütunun harmanlaması.

Şunlara uygulanır

GetCollation(IProperty, StoreObjectIdentifier)

Sütun için kullanılacak harmanlamayı döndürür.

public static string GetCollation (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetCollation : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetCollation (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

Bu özelliğin eşlendiği sütunun harmanlaması.

Şunlara uygulanır

GetCollation(IProperty)

Sütun için kullanılacak harmanlamayı döndürür.

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

Bu özelliğin eşlendiği sütunun harmanlaması.

Şunlara uygulanır

GetCollation(IReadOnlyProperty)

Sütun için kullanılacak harmanlamayı döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

Bu özelliğin eşlendiği sütunun harmanlaması.

Şunlara uygulanır