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