다음을 통해 공유


MutablePropertyExtensions.SetMaxLength 메서드

정의

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

public static void SetMaxLength (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? maxLength);
static member SetMaxLength : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetMaxLength (property As IMutableProperty, maxLength As Nullable(Of Integer))

매개 변수

property
IMutableProperty

최대 길이를 설정할 속성입니다.

maxLength
Nullable<Int32>

이 속성에 허용되는 데이터의 최대 길이입니다.

적용 대상