Skip to main content

ResultSchemaProvider.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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public virtual 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