DbParameterCollection.IList.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se il IList è di sola lettura.

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

Valore della proprietà

true se è IList di sola lettura; in caso contrario, false.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia DbParameterCollectionIList .

Si applica a