<< Click to Display Table of Contents >>

TargetParameter

The parameter name to get the result of procedure execution.

Prototype

string TargetParameter

Reference

Applies only to the procedure datasets.

The string gets valid value only when the parameter's data type is Cursor and empty value for other data types.

Example

var ds = This.GetProcedureDataSet();

_DEBUG("TargetParameter " + ds.TargetParameter);

See Also

Target parameter