StoreOptions.MaxLengthForKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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