Gets all commands for the given database.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
CommandSchema[] GetCommands( string connectionString, DatabaseSchema database ) |
Visual Basic |
---|
Function GetCommands ( connectionString As String, database As DatabaseSchema ) As CommandSchema() |
Parameters
- connectionString
- Type: System..::..String
The connection string used to connect to the target database.
- database
- Type: SchemaExplorer..::..DatabaseSchema
The database schema.
Return Value
Type: array<CommandSchema>[]()[][]An array of commands.