Skip to main content
A newer version of this page is available. .

RelationColumnInfo Constructors

Stores the master and nested keys of a data relation column.
Name Parameters Description
RelationColumnInfo() none Initializes a new instance of the RelationColumnInfo class with the default settings.
RelationColumnInfo(String, String, ConditionType) parentKeyColumn, nestedKeyColumn, conditionType Initializes a new instance of the RelationColumnInfo class with the specified settings.
RelationColumnInfo(String, String) parentKeyColumn, nestedKeyColumn Initializes a new instance of the RelationColumnInfo class with the specified settings.
See Also