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