Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
DataTable get_pump(
	uint list_id,
	uint pump_state_id
)
Visual Basic
Function get_pump ( _
	list_id As UInteger, _
	pump_state_id As UInteger _
) As DataTable
Visual C++
DataTable^ get_pump(
	unsigned int list_id, 
	unsigned int pump_state_id
)

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32

Return Value

Returns a single row datatable with all pump details ( one row from get_list(UInt32)).

See Also