FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getStepData Method

Gets the step data.

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

Syntax


public DataTable getStepData(
	string sStepID
)
Public Function getStepData ( _
	sStepID As String _
) As DataTable
public:
DataTable^ getStepData(
	String^ sStepID
)

Parameters

sStepID
Type: String
The s step identifier.

Return Value

DataTable.