DataMember property (ILEADRasterOLEDB)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BSTR DataMember

Overview

Refer to Using the OLE DB Control.

Remarks

(Persistent property, available at design time) Returns or sets a specified data member from among several offered by the data provider.

A data provider can have multiple sets of data to which a data consumer can choose to bind. Each set of data is called a "data member," and is identified by a unique string.

For example, when using a Data Environment that contains several Command objects as a DataSource, the DataMember specifies which Command object to use.

See Also

Elements:

DataSource property, DataField property

Topics:

Databases: LEADRasterOLEDB