Share via


StringPropertyConfiguration.IsVariableLength Method

Definition

Configures the property to be variable length. System.string properties are variable length by default.

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

Returns

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

Applies to