StringPropertyConfiguration.IsMaxLength Method

Definition

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

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

Returns

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

Applies to