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