IDtUserProvider.UserData

Syntax

UserData: IXmlDomElement;

Description

The UserData property determines additional settings in the XML format for custom data provider.

Comments

Advanced settings are set in the IDtRecordsetUserData interface of the class which implements this interface and the IDtRecordsetProvider interface.

Features of work with the XML files are presented on theExample of Working with XML Files page.

Example

The property use is given in the example for IDtUserProvider.ForeClass.

See also:

IDtUserProvider