LengthColumnConfiguration.IsMaxLength Method

Definition

Configures the column to allow the maximum length supported by the database provider.

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

Returns

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

Applies to