StoreOptions.MaxLengthForKeys 속성

정의

양수로 설정하면 기본 OnModelCreating은 키로 사용되는 속성(예: UserId, LoginProvider, ProviderKey)의 최대 길이로 이 값을 사용합니다.

public:
 property int MaxLengthForKeys { int get(); void set(int value); };
public int MaxLengthForKeys { get; set; }
member this.MaxLengthForKeys : int with get, set
Public Property MaxLengthForKeys As Integer

속성 값

적용 대상