Click or drag to resize

SQLUpserterAddFilter Method

Add a filter clause. Typically a filter is added to the Match clause (and this is assumed if no role is specified), but filters CAN be added to the other clauses.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddFilter(
	string filter,
	UpsertRoles roles
)

Parameters

filter
Type: SystemString
The filter clause.
roles
Type: NetQuarryUpsertRoles
The role (generally one) in which the filter applies. If no zero is specified, Match is assumed.
See Also