IResultSchemaProvider.GetSelectQuerySchema(SelectQuery, DBSchema, SqlDataConnection, ConnectionOptions, IEnumerable<IParameter>) Method
Returns the result schema corresponding to a specified SELECT query.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
object GetSelectQuerySchema(
SelectQuery selectQuery,
DBSchema dbSchema,
SqlDataConnection connection,
ConnectionOptions connectionOptions,
IEnumerable<IParameter> sourceParameters
)
Parameters
| Name | Type | Description |
|---|---|---|
| selectQuery | SelectQuery | A SelectQuery object. |
| dbSchema | DBSchema | A DBSchema object. |
| connection | SqlDataConnection | A SqlDataConnection object. |
| connectionOptions | ConnectionOptions | A ConnectionOptions object. |
| sourceParameters | IEnumerable<IParameter> | A collection of IParameter objects. |
Returns
| Type | Description |
|---|---|
| Object | A Object value. |
See Also