Skip to content

GdtObjectResultSet class

Represents result set which can be easly convertend into Google’s DataTable format

public class Korzh.EasyQuery.Services.GdtObjectResultSet
: GdtResultSet, IEqResultSet
TypeNameDescription
voidAddRow(Object item, IEnumerable<PropertyInfo> properties)Adds a new row to the result set and fills it with the data from the list of properties.