Freigeben über


BinaryPropertyConfiguration.HasMaxLength(Nullable<Int32>) Methode

Definition

Konfiguriert die angegebene maximale Länge für die Eigenschaft.

public System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration HasMaxLength (Nullable<int> value);
override this.HasMaxLength : Nullable<int> -> System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration
Public Function HasMaxLength (value As Nullable(Of Integer)) As BinaryPropertyConfiguration

Parameter

value
Nullable<Int32>

Die maximale Länge für die Eigenschaft. Bei NULL werden Beschränkungen für die maximale Länge ggf. aus der Eigenschaft entfernt.

Gibt zurück

Die gleiche BinaryPropertyConfiguration instance, sodass mehrere Aufrufe verkettet werden können.

Gilt für: