Click or drag to resize
CommandWithAml Method
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 WithAml(
	string query,
	params Object[] args
)

Parameters

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

Return Value

Type: Command
A valid AML string
See Also