DataObject(DataObject) Constructor

Initializes a new instance of the DataObject class.
public DataObject( 
DataObject obj 
)
This language is not supported or no code example is available.
public:  
DataObject( 
DataObject^ obj 
)
This language is not supported or no code example is available.
public function DataObject( 
obj : DataObject 
);
This language is not supported or no code example is available.

Parameters

obj
DataObject

The object.

In this article

Definition