Method | Description | |
---|---|---|
WorkOrderRoutingQuery ( ) : System |
Initializes a new instance of the WorkOrderRoutingQuery class.
|
|
WorkOrderRoutingQuery ( bool ignoreCase ) : System |
Initializes a new instance of the WorkOrderRoutingQuery class.
|
|
WorkOrderRoutingQuery ( bool ignoreCase, bool useAnd ) : System |
Initializes a new instance of the WorkOrderRoutingQuery class.
|
public WorkOrderRoutingQuery ( bool ignoreCase ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
return | System |
public WorkOrderRoutingQuery ( bool ignoreCase, bool useAnd ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
useAnd | bool | Specifies whether to combine statements using AND or OR. |
return | System |