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