ITable.IsReadOnly Proprietà

Definizione

Indica se il tipo delle entità contenute in questa istanza di ITable dispone di una chiave primaria.

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

Valore della proprietà

Boolean

true se il tipo di entità non dispone di una chiave primaria. In caso contrario false.

Si applica a