DBStoredProcedure.ResultSets Property
In This Article
Provides access to the collection of a stored procedure’s result sets.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public List<DBStoredProcedureResultSet> ResultSets { get; }
#Property Value
Type | Description |
---|---|
List<DBStored |
A collection of DBStored |
See Also