Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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