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

FilterItemDefinition..::..GetBinaryExpression<(Of <(<'TEntity>)>)> Method (ParameterExpression, String, Conditions, Type, Object)

Gets the binary expression.

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

Syntax


public static Expression GetBinaryExpression<TEntity>(
	ParameterExpression param,
	string property,
	Conditions condition,
	Type fieldType,
	Object value
)
Public Shared Function GetBinaryExpression(Of TEntity) ( _
	param As ParameterExpression, _
	property As String, _
	condition As Conditions, _
	fieldType As Type, _
	value As Object _
) As Expression
public:
generic<typename TEntity>
static Expression^ GetBinaryExpression(
	ParameterExpression^ param, 
	String^ property, 
	Conditions^ condition, 
	Type^ fieldType, 
	Object^ value
)

Type Parameters

TEntity
The type of the t entity.

Parameters

param
Type: ParameterExpression
The parameter.
property
Type: String
The property.
condition
Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
fieldType
Type: Type
Type of the field.
value
Type: Object
The value.

Return Value

Expression.

Exceptions


ExceptionCondition
ArgumentNullExceptionValue cannot be null.
ArgumentOutOfRangeExceptioncondition - null