Gets the definition for a given command.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
string GetCommandText( string connectionString, CommandSchema command ) |
Visual Basic |
---|
Function GetCommandText ( connectionString As String, command As CommandSchema ) As String |
Parameters
- connectionString
- Type: System..::..String
The connection string used to connect to the target database.
- command
- Type: SchemaExplorer..::..CommandSchema
The command schema.
Return Value
Type: StringThe definition of a command.