SourceColumn Property (Remote Data)

       

The SourceColumn property returns a value that indicates the name of the column that is the original source of the data for an rdoColumn object.

This property is not available at design time and is read-write at run time.

Syntax

object.SourceColumn

The object placeholder is an object expression that evaluates to an object in the Applies To list.

Return Values

The SourceColumn property returns a string expression that specifies the name of the column that is the source of data.

Remarks

This property indicates the original column name associated with an rdoColumn object. For example, you could use this property to determine the original source of the data in a query column whose name is unrelated to the name of the column in the underlying table.

For columns in rdoResultset objects, the SourceColumn and SourceTable properties return the column name and table name of the base table or the columns and table(s) used to define the query.