LengthPropertyConfiguration.IsVariableLength Method

Definition

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

public System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration IsVariableLength ();
member this.IsVariableLength : unit -> System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration
Public Function IsVariableLength () As LengthPropertyConfiguration

Returns

The same LengthPropertyConfiguration instance so that multiple calls can be chained.

Applies to