Back to Devexpress

ASPxQueryBuilder.OpenConnection Method

xtrareports-devexpress-dot-xtrareports-dot-web-dot-aspxquerybuilder-dot-openconnection.md

latest1.6 KB
Original Source

ASPxQueryBuilder.OpenConnection Method

NameParametersDescription
OpenConnection(DataConnectionParametersBase, SelectQuery, Int32)connectionParameters, selectQuery, commandTimeoutOpens a connection to a database.
OpenConnection(DataConnectionParametersBase, SelectQuery)connectionParameters, selectQueryOpens a connection to a database.
OpenConnection(DataConnectionParametersBase)connectionParametersOpens a connection to a database.
OpenConnection(String, SelectQuery, Int32)connectionName, selectQuery, commandTimeoutOpens a connection to a database.
OpenConnection(String, SelectQuery)connectionName, selectQueryOpens a connection to a database.
OpenConnection(String)connectionNameOpens a connection to a database.