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

DBStoredProcedure.ResultSets Property

Provides access to the collection of a stored procedure’s result sets.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public List<DBStoredProcedureResultSet> ResultSets { get; }

Property Value

Type Description
List<DBStoredProcedureResultSet>

A collection of DBStoredProcedureResultSet values.

See Also