FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getStepReturnsByStepReturnID Method

Gets the step returns by step return identifier.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public DataTable getStepReturnsByStepReturnID(
	string sStepReturnID
)
Public Function getStepReturnsByStepReturnID ( _
	sStepReturnID As String _
) As DataTable
public:
DataTable^ getStepReturnsByStepReturnID(
	String^ sStepReturnID
)

Parameters

sStepReturnID
Type: String
The s step return identifier.

Return Value

DataTable.