Skip to content

GdtDbResultSet class

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

public class Korzh.EasyQuery.Services.GdtDbResultSet
: GdtResultSet, IEqResultSet, IDbResultSet
TypeNameDescription
voidAddRow(IDataReader dataReader)Adds a new row to the result set and fills its content from the data reader.