Click or drag to resize

CursorColumnsAddRelatedColumn Method

Add a related field to the collection of related fields.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public void AddRelatedColumn(
	string connectionName,
	string categoryName,
	string fieldName
)

Parameters

connectionName
Type: SystemString
Commence connection name (case-sensitive!).
categoryName
Type: SystemString
Commence connected category name.
fieldName
Type: SystemString
Commence connected category fieldname.

Implements

ICursorColumnsAddRelatedColumn(String, String, String)
See Also