OracleParameterCollection.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se l'oggetto OracleParameterCollection è di sola lettura.

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

Valore della proprietà

Restituisce se è true di sola lettura. In caso contrario, OracleParameterCollection restituisce false .

Implementazioni

Si applica a