StoreOptions.MaxLengthForKeys Property

Definition

If set to a positive number, the default OnModelCreating will use this value as the max length for any properties used as keys, i.e. 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

Property Value

Applies to