다음을 통해 공유


RelationalModelExtensions.GetCollation 메서드

정의

오버로드

GetCollation(IModel)

데이터베이스 데이터 정렬을 반환합니다.

GetCollation(IReadOnlyModel)

데이터베이스 데이터 정렬을 반환합니다.

GetCollation(IModel)

Source:
RelationalModelExtensions.cs

데이터베이스 데이터 정렬을 반환합니다.

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)

Source:
RelationalModelExtensions.cs
Source:
RelationalModelExtensions.cs
Source:
RelationalModelExtensions.cs
Source:
RelationalModelExtensions.cs

데이터베이스 데이터 정렬을 반환합니다.

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

데이터 정렬을 가져올 모델입니다.

반환

데이터 정렬입니다.

적용 대상