SelectStatementResult(ICollection) Constructor
Initializes a new instance of the SelectStatementResult class with the specified collection of rows.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
rows | ICollection | A collection of rows that will be copied to the collection being created. |
See Also