DataSetFieldSchema.PrimaryKey Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Datenfeld im Primärschlüssel für die Tabelle oder Ansicht enthalten ist.

public:
 property bool PrimaryKey { bool get(); };
public bool PrimaryKey { get; }
member this.PrimaryKey : bool
Public ReadOnly Property PrimaryKey As Boolean

Eigenschaftswert

true, wenn das Datenfeld im Primärschlüssel enthalten ist, andernfalls false.

Implementiert

Gilt für:

Weitere Informationen