Click or drag to resize

FilterCriteriaCollectionAdd Method

Adds a new FilterCriteria to the collection

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void Add(
	FilterCriteria filterCriteria
)

Parameters

filterCriteria
Type: WorkflowGen.My.DataFilterCriteria
A new FilterCriteria to add to the collection
See Also