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.0.5.0 (8.0.5.20210818)
Syntax public void Remove(
string criteriaName
)
Public Sub Remove (
criteriaName As String
)
Parameters
- criteriaName
- Type: SystemString
The name of the FilterCriteria to remove
See Also