BinaryPropertyConfiguration.IsVariableLength Method ()

 

Configures the property to be variable length. T:System.byte[] properties are variable length by default.

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

public BinaryPropertyConfiguration IsVariableLength()

Return Value

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

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