DataObjectFieldAttribute.Length Proprietà

Definizione

Ottiene la lunghezza in byte della proprietà.

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

Valore della proprietà

La lunghezza della proprietà in byte o -1 se non impostata.

Commenti

Impostare la Length proprietà sulla lunghezza, in byte, dei dati dall'archivio dati sottostante. Se la Length proprietà non è impostata, sarà -1.

Impostare la Length proprietà con uno dei DataObjectFieldAttribute costruttori.

Si applica a