Skip to main content

DBStoredProcedureResultSet(ICollection<DBNameTypePair>) Constructor

Initializes a new instance of the DBStoredProcedureResultSet class with the specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public DBStoredProcedureResultSet(
    ICollection<DBNameTypePair> columns
)

Parameters

Name Type Description
columns ICollection<DBNameTypePair>

A collection of DBNameTypePair values.

See Also