ArcFM Responder Mobile Developer Guide
PrepareDataQueries Method






Add, Remove, Reorder data queries This is place for extension.
Syntax
'Declaration
 
Protected Overridable Sub PrepareDataQueries( _
   ByVal responderDataQueries As System.Collections.Generic.IList(Of BaseQuery) _
) 
'Usage
 
Dim instance As FindAllDataRequest
Dim responderDataQueries As System.Collections.Generic.IList(Of BaseQuery)
 
instance.PrepareDataQueries(responderDataQueries)
protected virtual void PrepareDataQueries( 
   System.Collections.Generic.IList<BaseQuery> responderDataQueries
)
protected procedure PrepareDataQueries( 
    responderDataQueries: System.Collections.Generic.IList
); virtual; 
protected function PrepareDataQueries( 
   responderDataQueries : System.Collections.Generic.IList
);
protected: virtual void PrepareDataQueries( 
   System.Collections.Generic.IList<BaseQuery*>* responderDataQueries
) 
protected:
virtual void PrepareDataQueries( 
   System.Collections.Generic.IList<BaseQuery^>^ responderDataQueries
) 

Parameters

responderDataQueries
Requirements

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

See Also

Reference

FindAllDataRequest Class
FindAllDataRequest Members

Send Feedback