PropertyModel.MaxLength Property

 

Gets or sets the maximum length for this property model. Only valid for array data types.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual Nullable<int> MaxLength {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Nullable<Int32>