EasyObjectResultSet class
public class Korzh.EasyQuery.Services.EasyObjectResultSet : EasyResultSet, IObjectResultSet, IEqResultSet, IEasyDataResultSet, IDisposablePackage: Korzh.EasyQuery.Linq (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.Linq.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| EasyObjectResultSet(Query query, ResultSetOptions options) | void | Initializes a new instance of the Korzh.EasyQuery.Services.EasyObjectResultSet class. |
Methods
Section titled “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. |