BaseDataEnvironment.Commands[] 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.
Gets a collection of ADODB.Command objects for use in an application upgraded from Visual Basic 6.0.
Overloads
| Commands | Gets a collection of  | 
| Commands[Object] | Gets a collection of  | 
Commands
Gets a collection of ADODB.Command objects for use in an application upgraded from Visual Basic 6.0.
public:
 property Microsoft::VisualBasic::Collection ^ Commands { Microsoft::VisualBasic::Collection ^ get(); };public Microsoft.VisualBasic.Collection Commands { get; }member this.Commands : Microsoft.VisualBasic.CollectionPublic ReadOnly Property Commands As CollectionProperty Value
A collection of ADODB.Command objects.
Remarks
When an application is upgraded to Visual Basic, a BaseDataEnvironment is created to enable the ADO-related code.
Note
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.
Applies to
Commands[Object]
Important
This API is not CLS-compliant.
Gets a collection of ADODB.Command objects for use in an application upgraded from Visual Basic 6.0.
public:
 property ADODB::Command ^ Commands[System::Object ^] { ADODB::Command ^ get(System::Object ^ lpVar); };[System.CLSCompliant(false)]
public ADODB.Command Commands[object lpVar] { get; }[<System.CLSCompliant(false)>]
member this.Commands(obj) : ADODB.CommandPublic ReadOnly Property Commands(lpVar As Object) As CommandParameters
- lpVar
- Object
A Visual Basic 6.0 Variant that contains the ADODB.Command objects.
Property Value
A collection of ADODB.Command objects.
- Attributes
Remarks
When an application is upgraded to Visual Basic, a BaseDataEnvironment is created to enable the ADO-related code.
Note
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.