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