easyresultset-class
public class Korzh.EasyQuery.Services.EasyResultSet
: IEqResultSet, IEasyDataResultSet, IDisposable
Assembly: Korzh.EasyQuery.dll
Constructors
| Name | Type | Description |
|---|---|---|
| EasyResultSet(Query query, ResultSetOptions options) | void | Initializes a new instance of the Korzh.EasyQuery.Services.EasyResultSet class. |
Fields
| Name | Type | Description |
|---|---|---|
| Columns | List<EasyDataCol> | |
| Options | ResultSetOptions | |
| Query | Query |
Properties
| Name | Type | Description |
|---|---|---|
| Cols | IReadOnlyList<EasyDataCol> | Gets the columns. |
| Rows | IEnumerable<EasyDataRow> | Gets the rows. |
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. |