LengthPropertyConfiguration.IsMaxLength Method

Definition

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

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

Returns

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

Applies to