Returns the storage specific command associated with the
CompiledQuery.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Command As IDbCommand |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CompiledQuery
Dim value As IDbCommand
value = instance.Command
|
| C# | |
|---|
public IDbCommand Command {get;} |
| Managed Extensions for C++ | |
|---|
public: __property IDbCommand get_Command(); |
| C++/CLI | |
|---|
public:
property IDbCommand Command {
IDbCommand get();
} |
Return Value
A storage dependent command object.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also