ComponentOne FlexPivot for WinForms
Execute Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Query Class : Execute Method
Executes the query.
Syntax
'Declaration
 
Public Function Execute() As IDataList
public IDataList Execute()

Return Value

Object providing access to the query result. It can be used both for programmatic access and for data binding.
See Also

Reference

Query Class
Query Members