RelatedTableFilterDefinition<(Of <(<'TRelatedEntity>)>)>..::..AddFixedFilter Method (Expression<(Of <(<'Func<(Of <(<'TRelatedEntity, Int64>)>)>>)>)>, Conditions, Int32)
Adds a fixed filter.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public FieldFilterDefinition AddFixedFilter( Expression<Func<TRelatedEntity, long>> propertyExpression, Conditions condition, int value )
Public Function AddFixedFilter ( _ propertyExpression As Expression(Of Func(Of TRelatedEntity, Long)), _ condition As Conditions, _ value As Integer _ ) As FieldFilterDefinition
public: FieldFilterDefinition^ AddFixedFilter( Expression<Func<TRelatedEntity, long long^>^>^ propertyExpression, Conditions^ condition, int^ value )
Parameters
- propertyExpression
- Type: Expression<(Of <(<'Func<(Of <(<'TRelatedEntity, Int64>)>)>>)>)>
The property expression.
- condition
- Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
- value
- Type: Int32
The value.