다음을 통해 공유


RelationalModelExtensions.GetMaxIdentifierLengthConfigurationSource 메서드

정의

에 대한 구성 원본을 반환합니다 GetMaxIdentifierLength(IReadOnlyModel).

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetMaxIdentifierLengthConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetMaxIdentifierLengthConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetMaxIdentifierLengthConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

매개 변수

model
IConventionModel

구성 원본을 찾을 모델입니다.

반환

에 대한 구성 원본입니다 GetMaxIdentifierLength(IReadOnlyModel).

적용 대상