StringPropertyConfiguration.IsVariableLength Method ()

 

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

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

public StringPropertyConfiguration IsVariableLength()

Return Value

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

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