FilterItemDefinition..::..GetBinaryExpression<(Of <(<'TEntity>)>)> Method (ParameterExpression, String, Conditions, Type, Object)
Gets the binary expression.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: 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
Exception | Condition |
---|---|
ArgumentNullException | Value cannot be null. |
ArgumentOutOfRangeException | condition - null |