EdmProperty.MaxLength-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft die Höchstlänge der Eigenschaft ab oder legt sie fest.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property MaxLength As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As EdmProperty
Dim value As Nullable(Of Integer)
value = instance.MaxLength
instance.MaxLength = value
public Nullable<int> MaxLength { get; set; }
public:
property Nullable<int> MaxLength {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxLength : Nullable<int> with get, set
function get MaxLength () : Nullable<int>
function set MaxLength (value : Nullable<int>)
Eigenschaftswert
Typ: System.Nullable<Int32>
Die maximale Länge der Eigenschaft.