StringPropertyConfiguration.IsFixedLength Method ()

 

Configures the property to be fixed length. Use HasMaxLength to set the length that the property is fixed to.

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

public StringPropertyConfiguration IsFixedLength()

Return Value

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

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