Exago .NET API Documentation
SqlObject Class Methods

WebReports.Api.Data Namespace : SqlObject Class

For a list of all members of this type, see SqlObject members.

Public Methods
 NameDescription
Public MethodDetermine if aggregation can occur in the Data Source for this SqlObject.  
Public MethodConstruct a SQL statement that can be passed to a SQL Data Source based on the properties of this SqlObject.  
Public MethodOverridden. 

Executes the constructed SQL statement on the Data Source and returns a System.Data.DataSet object with the data returned from the Data Source.

Calling this method will also trigger the OnExecuteSqlStatementConstructedOnFilterSqlStatementConstructed or OnParameterSqlStatementConstructed Server Event depending on its context.

 
Public MethodOverridden.   
Public MethodOverridden. Makes a connection to the Data Source, executes the sqlStmt on it and attempts to retrieve the resulting schema.  
Top
See Also

Reference

SqlObject Class
WebReports.Api.Data Namespace