BinaryPropertyConfiguration.IsFixedLength Method ()
Configures the property to be fixed length. Use HasMaxLength to set the length that the property is fixed to.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfigurationThe same BinaryPropertyConfiguration instance so that multiple calls can be chained.