RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ExtensionMethods..::..AppendExpression Method

Appends the expression.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static Expression AppendExpression(
	this BinaryExpression left,
	BinaryExpression right,
	EndLogics endLogic
)
<ExtensionAttribute> _
Public Shared Function AppendExpression ( _
	left As BinaryExpression, _
	right As BinaryExpression, _
	endLogic As EndLogics _
) As Expression
[ExtensionAttribute]
public:
static Expression^ AppendExpression(
	BinaryExpression^ left, 
	BinaryExpression^ right, 
	EndLogics^ endLogic
)

Parameters

left
Type: BinaryExpression
The left.
right
Type: BinaryExpression
The right.
endLogic
Type: RingSoft.DbLookup.QueryBuilder..::..EndLogics
The end logic.

Return Value

Expression.