다음을 통해 공유


PropertyExtensions.GetMaxLength(IProperty) 메서드

정의

이 속성에 허용되는 데이터의 최대 길이를 가져옵니다. 예를 들어 속성이 인 String 경우 최대 문자 수입니다.

public static int? GetMaxLength (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetMaxLength : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetMaxLength (property As IProperty) As Nullable(Of Integer)

매개 변수

property
IProperty

최대 길이를 가져올 속성입니다.

반환

최대 길이이거나 null , 정의되지 않은 경우 입니다.

적용 대상