The following tables list the members exposed by the AndExpression type.
Public Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| AndExpressionNew |
Initializes a new instance of the AndExpression class
that combines two ICriterion.
|
Protected Properties
| Name | Description | |
|---|---|---|
| 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.) |