The main property of this class is
operand which is associated with the
operand in expression.
Overview
[ 24 ]
Class Description Parameters
binary operator This is to represent the
binary operators, like sum,
multiplication, and many
others.
The main properties of this class are
left and right which provides access
to the left and right operand in the
expression.
method call
expression
This represents the method
call in an expression.
The main properties of this class are:
Method??”metadata information
associated to the method to be called.
Object??”the object to which the
method call will be applied.
Parameters??”to represent the
arguments used in the method.
conditional
expression
Represents an expression
that has a conditional
operator.
The main properties of conditional
expression are.
IfFalse??”gets the expression to
execute if the test evaluates to false.
IfTrue??”gets the expression to
execute if the test evaluates to true.
Summary
In this chapter, we have seen an overview of Language Integrated Query.
Pages:
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53