An LogicalExpression that combines two ICriterions with an and between them.

The following tables list the members exposed by the AndExpression type.

Public Methods

  NameDescription
GetTypedValues
Combines the TypedValue for the Left Hand Side and the Right Hand Side of the Expression into one array.
(Inherited from LogicalExpression.)
ToSqlString
Converts the LogicalExpression to a SqlString.
(Inherited from LogicalExpression.)
ToString
Gets a string representation of the LogicalExpression.
(Inherited from LogicalExpression.)

Public Constructors

  NameDescription
AndExpressionNew
Initializes a new instance of the AndExpression class that combines two ICriterion.

Protected Properties

  NameDescription
LeftHandSide
Gets the ICriterion that will be on the Left Hand Side of the Op.
(Inherited from LogicalExpression.)
Op
Get the Sql operator to put between the two ICriterions.
(Overrides .Op.)
RightHandSide
Gets the ICriterion that will be on the Right Hand Side of the Op.
(Inherited from LogicalExpression.)