Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public string GetCommandText(
	string connectionString,
	CommandSchema command
)
Visual Basic
Public Function GetCommandText ( 
	connectionString As String,
	command As CommandSchema
) As String

Parameters

connectionString
Type: System..::..String
command
Type: SchemaExplorer..::..CommandSchema

Return Value

Type: String

Implements

IDbSchemaProvider..::..GetCommandText(String, CommandSchema)

See Also