VirtualADOObject.DataSet


public property DataSet

Prototype:

Read/Write property DataSet[=ADODataSet]

Description:

Links an ADODataSet to the current ADO control. When an ADO control is linked to a ADODataSet, then its data is shown by the control. Check also the DataField property.

Return value:

Returns the ADODataSet associated with this ADO object, or null if none.