|  | NewAdhocQueryDialogApplyCriteria Method | 
            Apply criteria to the query based on the table passed in
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void ApplyCriteria(
	Table criteria
)
Public Shared Sub ApplyCriteria ( 
	criteria As Table
)
public:
static void ApplyCriteria(
	Table^ criteria
)
Parameters
- criteria
- Type: Table
 Table of criteria to apply
 See Also
See Also