RelationException Constructors
An exception thrown when attempting to assign a data relation to unrelated columns.Name | Parameters | Description |
---|---|---|
RelationException(String, String, Type, String, String, Type) | masterTable, masterColumn, masterType, detailTable, detailColumn, detailType | Initializes a new instance of the RelationException class with the specified settings. |
See Also