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

TableFilterDefinitionBase..::..AddUserFilter Method (FieldDefinition, Conditions, String, Int32)

Adds the user filter.

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

Syntax


public FieldFilterDefinition AddUserFilter(
	FieldDefinition fieldDefinition,
	Conditions condition,
	string value,
	int index
)
Public Function AddUserFilter ( _
	fieldDefinition As FieldDefinition, _
	condition As Conditions, _
	value As String, _
	index As Integer _
) As FieldFilterDefinition
public:
FieldFilterDefinition^ AddUserFilter(
	FieldDefinition^ fieldDefinition, 
	Conditions^ condition, 
	String^ value, 
	int^ index
)

Parameters

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

Return Value

FieldFilterDefinition.