Share via


BinaryPropertyConfiguration.IsVariableLength Method

Definition

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

public System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration IsVariableLength ();
override this.IsVariableLength : unit -> System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration
Public Function IsVariableLength () As BinaryPropertyConfiguration

Returns

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

Applies to