 | 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
Syntaxpublic void AddRelatedColumn(
string connectionName,
string categoryName,
string fieldName
)
Public Sub AddRelatedColumn (
connectionName As String,
categoryName As String,
fieldName As String
)
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