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