Share via


RelationalModelExtensions.GetCollation メソッド

定義

オーバーロード

GetCollation(IModel)

データベースの照合順序を返します。

GetCollation(IReadOnlyModel)

データベースの照合順序を返します。

GetCollation(IModel)

データベースの照合順序を返します。

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

パラメーター

model
IModel

照合順序を取得するモデル。

戻り値

照合順序。

適用対象

GetCollation(IReadOnlyModel)

データベースの照合順序を返します。

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

パラメーター

model
IReadOnlyModel

照合順序を取得するモデル。

戻り値

照合順序。

適用対象