다음을 통해 공유


RelationalElementTypeExtensions.GetIsFixedLengthConfigurationSource 메서드

정의

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIsFixedLengthConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionElementType elementType);
static member GetIsFixedLengthConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionElementType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIsFixedLengthConfigurationSource (elementType As IConventionElementType) As Nullable(Of ConfigurationSource)

매개 변수

elementType
IConventionElementType

요소입니다.

반환

IsFixedLength(IReadOnlyElementType)ConfigurationSource입니다.

적용 대상