Aracılığıyla paylaş


RelationalModelExtensions.GetCollation Yöntem

Tanım

Aşırı Yüklemeler

GetCollation(IModel)

Veritabanı harmanlamasını döndürür.

GetCollation(IReadOnlyModel)

Veritabanı harmanlamasını döndürür.

GetCollation(IModel)

Veritabanı harmanlamasını döndürür.

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

Parametreler

model
IModel

Harmanlamayı almak için model.

Döndürülenler

Harmanlama.

Şunlara uygulanır

GetCollation(IReadOnlyModel)

Veritabanı harmanlamasını döndürür.

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

Parametreler

model
IReadOnlyModel

Harmanlamayı almak için model.

Döndürülenler

Harmanlama.

Şunlara uygulanır