Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Derives the field path XML attribute value from an expression definition corresponding to the ExpressionProjectionField record.
Syntax
client server private static ExpressionProjectionField deriveExpressionFieldFromModel(
ExpressionTable _expressionTable,
CLRObject predicateElement,
boolean isLHS)
Run On
Called
Parameters
- _expressionTable
Type: ExpressionTable Table
The ExpressionTable record that is the parent record.
- predicateElement
Type: CLRObject Class
The predicate element that represents either an expression field element or an expression literal element.
- isLHS
Type: boolean
A Boolean value that specifies if the field to be retrieved is a left side field or a right side field in the predicate element.
Return Value
Type: ExpressionProjectionField Table
An ExpressionProjectionField record.