MapperDatasheetApplyCommandFilter Method  | 
 
            Applies or removes the specified user filter command if that command exists and is suitable for the specified MOP.
            
 
    Namespace: 
   NetQuarry.Data.WebMappers
    Assembly:
   EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic static void ApplyCommandFilter(
	IAppContext cxt,
	string commandID,
	string mop,
	bool apply
)
Public Shared Sub ApplyCommandFilter ( 
	cxt As IAppContext,
	commandID As String,
	mop As String,
	apply As Boolean
)
Parameters
- cxt
 - Type: NetQuarryIAppContext
The application context. - commandID
 - Type: SystemString
The user filter command ID. - mop
 - Type: SystemString
The MOP against which filter will be applied. - apply
 - Type: SystemBoolean
Specifies whether to apply or remove the filter. 
See Also