Click or drag to resize
Command Constructor
Overload List
  NameDescription
Public methodCommand
Instantiate a new command
Public methodCommand(IElement)
Initializes a new instance of the Command class
Public methodCommand(IEnumerableIElement)
Initializes a new instance of the Command class
Public methodCommand(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
Public methodCommand(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
Top
See Also