Intersoft.Client.UI.Editors Namespace > UXQueryBuilder Class : QueryOperation Property |
<CategoryAttribute("Common Properties")> Public Property QueryOperation As QueryOperation
Dim instance As UXQueryBuilder Dim value As QueryOperation instance.QueryOperation = value value = instance.QueryOperation
[CategoryAttribute("Common Properties")] public QueryOperation QueryOperation {get; set;}
[CategoryAttribute("Common Properties")] public: property QueryOperation QueryOperation { QueryOperation get(); void set ( QueryOperation value); }
UXQueryBuilder is designed to be able to handle both server and client side operations. The server side operation takes advantage of QueryDescriptor class while the client side operation takes advantage of the PagedCollectionView.
For more information on how to configure UXQueryBuilder to handle server-side operation, see How-to: Use UXQueryBuilder for server side operation. Also, to configure UXQueryBuilder to handle client-side operation, see How-to: Use UXQueryBuilder for client side operation.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2