| Name | Description | |
|---|---|---|
![]() | SqlObject Constructor | Overloaded. |
The following tables list the members exposed by SqlObject.
| Name | Description | |
|---|---|---|
![]() | SqlObject Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | CanRangeSelect | Overridden. Indicates is selecting a range of rows is supported by the associated Data Source. |
![]() | CanRowLimit | Overridden. Indicates if setting a row limit is supported by the associated Data Source. |
![]() | DbConnect | Overridden. The DbConnect object that this object uses to connect to the Data Source |
| Name | Description | |
|---|---|---|
![]() | CanAggregateInDatabase | Determine if aggregation can occur in the Data Source for this SqlObject. |
![]() | ConstructSqlStmt | Construct a SQL statement that can be passed to a SQL Data Source based on the properties of this SqlObject. |
![]() | Execute | Overridden. 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 OnExecuteSqlStatementConstructed, OnFilterSqlStatementConstructed or OnParameterSqlStatementConstructed Server Event depending on its context. |
![]() | GetDropdownData | Overridden. |
![]() | TestSql | Overridden. Makes a connection to the Data Source, executes the sqlStmt on it and attempts to retrieve the resulting schema. |