Skip to main content

easyobjectresultset-class

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

Assembly: Korzh.EasyQuery.Linq.dll

Constructors

NameTypeDescription
EasyObjectResultSet(Query query, ResultSetOptions options)voidInitializes a new instance of the Korzh.EasyQuery.Services.EasyObjectResultSet class.

Methods

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.