Exago .NET API Documentation
SqlObject Class Members
Properties  Methods 

WebReports.Api.Data Namespace : SqlObject Class

The following tables list the members exposed by SqlObject.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden. Indicates is selecting a range of rows is supported by the associated Data Source.  
Public PropertyOverridden. Indicates if setting a row limit is supported by the associated Data Source.  
Public PropertyOverridden. The DbConnect object that this object uses to connect to the Data Source  
Top
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