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

要获取其排序规则的模型。

返回

排序规则。

适用于