Click or drag to resize
Command Constructor (String, DbParams)
Replaces SQL Server style style AML parameters (used as attribute and element values) with the corresponding arguments. Property type conversion and XML formatting is performed

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public Command(
	string query,
	DbParams parameters
)

Parameters

query
Type: SystemString
parameters
Type: Innovator.Client.ConnectionDbParams

Return Value

Type: 
A valid AML string
See Also