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

IDBSchemaProviderEx.GetProcedures(SqlDataConnection, String[]) Method

Returns the stored procedures corresponding to a specific data connection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

DBStoredProcedure[] GetProcedures(
    SqlDataConnection connection,
    params string[] procedureList
)

Parameters

Name Type Description
connection SqlDataConnection

An SqlDataConnection object, specifying a connection to a data store.

procedureList String[]

An array of String values, specifying the stored procedures to request.

Returns

Type Description
DBStoredProcedure[]

An array of DBStoredProcedure objects.

See Also