AdoDotNetConnectionSupport.PreparedCommands Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.