RelatedColumn Property (ADOX)
From Microsoft ActiveX Data Objects (ADO)
RelatedColumn Property
Indicates the name of the related column in the related table (key columns only).
Settings and Return Values
Sets and returns a String value that is the name of the related column in the related table.
Remarks
The default value is an empty string ("").
This property is read-only for Column objects already appended to a collection.
See Also
Keys Append Method, Key Type, RelatedColumn, RelatedTable and UpdateRule Properties Example (VB)
Applies To: Column Object