다음을 통해 공유


RelationalModelExtensions.GetMaxIdentifierLength 메서드

정의

오버로드

GetMaxIdentifierLength(IModel)

저장소 식별자에 허용되는 최대 길이를 반환합니다.

GetMaxIdentifierLength(IReadOnlyModel)

저장소 식별자에 허용되는 최대 길이를 반환합니다.

GetMaxIdentifierLength(IModel)

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

저장소 식별자에 허용되는 최대 길이를 반환합니다.

public static int GetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IModel -> int
<Extension()>
Public Function GetMaxIdentifierLength (model As IModel) As Integer

매개 변수

model
IModel

최대 식별자 길이를 가져올 모델입니다.

반환

최대 식별자 길이입니다.

적용 대상

GetMaxIdentifierLength(IReadOnlyModel)

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

저장소 식별자에 허용되는 최대 길이를 반환합니다.

public static int GetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> int
<Extension()>
Public Function GetMaxIdentifierLength (model As IReadOnlyModel) As Integer

매개 변수

model
IReadOnlyModel

최대 식별자 길이를 가져올 모델입니다.

반환

최대 식별자 길이입니다.

적용 대상