RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableFilterDefinitionBase..::..AddFixedFilter Method (IntegerFieldDefinition, Conditions, Int32)

Adds the fixed filter.

Namespace:  RingSoft.DbLookup.TableProcessing
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public FieldFilterDefinition AddFixedFilter(
	IntegerFieldDefinition fieldDefinition,
	Conditions condition,
	int value
)
Public Function AddFixedFilter ( _
	fieldDefinition As IntegerFieldDefinition, _
	condition As Conditions, _
	value As Integer _
) As FieldFilterDefinition
public:
FieldFilterDefinition^ AddFixedFilter(
	IntegerFieldDefinition^ fieldDefinition, 
	Conditions^ condition, 
	int^ value
)

Parameters

fieldDefinition
Type: RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..IntegerFieldDefinition
The field definition.
condition
Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
value
Type: Int32
The value.

Return Value

FieldFilterDefinition.