StringColumnConfiguration.IsVariableLength Method ()

 

Configures the column to be variable length. Columns are variable length by default.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

public StringColumnConfiguration IsVariableLength()

Return Value

Type: System.Data.Entity.ModelConfiguration.Configuration.StringColumnConfiguration

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