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