getDataObject

The getDataObject method retrieves a particular Data object.

 

Syntax

getDataObject(System.String cName);

 

Parameters

cName

Name of the Data object.

 

Return Value

Returns Data object, otherwise null.

 

Remarks

Member of doc.

 

Example