THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

ADO DataMember Property


Recordset Object Reference Complete Recordset Object Reference

The DataMember property sets or returns a string value that contains the name of the data member that will be retrieved from the object referenced by the DataSource property. The name is not case sensitive.

This property is used to create data-bound controls with the Data Environment in Visual Basic 6.

Note: The DataMember and DataSource properties must be used in conjunction.

Syntax

objRecordset.DataMember

Recordset Object Reference Complete Recordset Object Reference