C# Class Habanero.Base.Data.QueryResultRow

A row of a QueryResult
Inheritance: IQueryResultRow
Mostrar archivo Open project: Chillisoft/habanero Class Usage Examples

Public Methods

Method Description
QueryResultRow ( ) : System.Collections.Generic

Default constructor

QueryResultRow ( object rawValues ) : System.Collections.Generic

Constructor that sets up the values given

Method Details

QueryResultRow() public method

Default constructor
public QueryResultRow ( ) : System.Collections.Generic
return System.Collections.Generic

QueryResultRow() public method

Constructor that sets up the values given
public QueryResultRow ( object rawValues ) : System.Collections.Generic
rawValues object
return System.Collections.Generic