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.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public Command WithAml(
string query,
params Object[] args
)
Public Function WithAml (
query As String,
ParamArray args As Object()
) As Command
Parameters
- query
- Type: SystemString
- args
- Type: SystemObject
Replacement values for the numbered parameters
Return Value
Type:
CommandA valid AML string
See Also