ConventionPrimitivePropertyConfiguration.IsVariableLength Method ()

 

Configures the property to be variable length. Properties are variable length by default.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual ConventionPrimitivePropertyConfiguration IsVariableLength()

Calling this will have no effect once it has been configured. This method throws if the property does not have length facets.