Click or drag to resize

FilterCriteriaCollectionRemove Method

Removes the FilterCriteria identified by the given name from the collection

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void Remove(
	string criteriaName
)

Parameters

criteriaName
Type: SystemString
The name of the FilterCriteria to remove
See Also