public class Korzh.EasyQuery.Services.EasyObjectResultSet
: EasyResultSet, IObjectResultSet, IEqResultSet, IEasyDataResultSet, IDisposable
Package: Korzh.EasyQuery.Linq
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Linq.dll
Constructors
Name | Type | Description |
---|---|---|
EasyObjectResultSet(Query query, ResultSetOptions options) | void |
Initializes a new instance of the Korzh.EasyQuery.Services.EasyObjectResultSet class. |
Methods
Name | Type | Description |
---|---|---|
CreateRow(object item, IEnumerable <PropertyInfo > properties) |
EasyDataRow | Adds a new row to the result set and fills it with the data from the list of properties. |