AdoDotNetConnectionSupport.PreparedCommands Property

Definition

Retrieves a list of IDbCommand objects that have been previously prepared.

protected:
 property System::Collections::IList ^ PreparedCommands { System::Collections::IList ^ get(); };
protected System.Collections.IList PreparedCommands { get; }
member this.PreparedCommands : System.Collections.IList
Protected ReadOnly Property PreparedCommands As IList

Property Value

Returns an IList object instance containing prepared IDbCommand instances.

Applies to