Skip to content

EasyObjectResultSet class

public class Korzh.EasyQuery.Services.EasyObjectResultSet
: EasyResultSet, IObjectResultSet, IEqResultSet, IEasyDataResultSet, IDisposable

Package: Korzh.EasyQuery.Linq (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Linq.dll

NameTypeDescription
EasyObjectResultSet(Query query, ResultSetOptions options)voidInitializes a new instance of the Korzh.EasyQuery.Services.EasyObjectResultSet class.
NameTypeDescription
CreateRow(object item, IEnumerable<PropertyInfo> properties)EasyDataRowAdds a new row to the result set and fills it with the data from the list of properties.