Click or drag to resize
Command Constructor (String, Object)
Replaces SQL Server style numbered 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,
	params Object[] args
)

Parameters

query
Type: SystemString
args
Type: SystemObject
Replacement values for the numbered parameters

Return Value

Type: 
A valid AML string
See Also