GdtDbResultSet class

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

public class Korzh.EasyQuery.Services.GdtDbResultSet
    : GdtResultSet, IEqResultSet, IDbResultSet

Methods

Type Name Description
void AddRow(IDataReader dataReader) Adds a new row to the result set and fills its content from the data reader.