RelationInfo(String, String, JoinType) Constructor
Initializes a new instance of the RelationInfo class with the specified tables and join type.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
parentTable | String | A String value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property. |
nestedTable | String | A String value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property. |
joinType | JoinType | A JoinType enumeration value. This value is assigned to the RelationInfo.JoinType property. |
See Also