EasyResultSet class
public class Korzh.EasyQuery.Services.EasyResultSet : IEqResultSet, IEasyDataResultSet, IDisposable
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
EasyResultSet(Query query, ResultSetOptions options) | void | Initializes a new instance of the Korzh.EasyQuery.Services.EasyResultSet class. |
Fields
Section titled “Fields”Name | Type | Description |
---|---|---|
Columns | List <EasyDataCol> | |
Options | ResultSetOptions | |
Query | Query |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Cols | IReadOnlyList <EasyDataCol> | Gets the columns. |
Rows | IEnumerable <EasyDataRow> | Gets the rows. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
AddColumn(EasyDataCol column) | void | Add column to result set |
CreateColumn(EasyDataColDesc desc) | EasyDataCol | Creates the column. |
Dispose(bool disposing) | void | Releases unmanaged and - optionally - managed resources. |
Dispose() | void | Releases unmanaged and - optionally - managed resources. |