| FormEngineUserControlGetWhereCondition Method | 
            Gets a where condition. 
            Returns where condition formatted by WhereConditionFormat from IFilterFormControl interface if form control implements it.
            Otherwise returns where condition in [FieldName] = 'Value' format.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic virtual string GetWhereCondition()
Return Value
Type: 
String See Also
See Also