EdmProperty.IsFixedLength Property

 

Gets or sets whether the length of this property is fixed.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<bool> IsFixedLength { get; set; }

Property Value

Type: System.Nullable<Boolean>

true if the length of this property is fixed; otherwise, false.