JoinOperand(String, CriteriaOperator) Constructor
In This Article
Initializes a new instance of the JoinOperand class with the specified settings.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public JoinOperand(
string joinTypeName,
CriteriaOperator condition
)
#Parameters
Name | Type | Description |
---|---|---|
join |
String | A String value that specifies the class name of persistent objects that provide data for joining. The string can contain a namespace prefix to disambiguate the class name if more than one such class name exists. This value is assigned to the Join |
condition | Criteria |
A Criteria |
See Also