public class Korzh.EasyQuery.Services.EasyResultSet
: IEqResultSet, IEasyDataResultSet, IDisposable
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Fields
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. |