Specify a named parameter and its value
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public Command WithParam(
string name,
Object value
)
Public Function WithParam (
name As String,
value As Object
) As Command
Parameters
- name
- Type: SystemString
- value
- Type: SystemObject
Return Value
Type:
CommandSee Also