C# Class Habanero.Base.Data.QueryResultRow

A row of a QueryResult
Inheritance: IQueryResultRow
Afficher le fichier Open project: Chillisoft/habanero Class Usage Examples

Méthodes publiques

Méthode Description
QueryResultRow ( ) : System.Collections.Generic

Default constructor

QueryResultRow ( object rawValues ) : System.Collections.Generic

Constructor that sets up the values given

Method Details

QueryResultRow() public méthode

Default constructor
public QueryResultRow ( ) : System.Collections.Generic
Résultat System.Collections.Generic

QueryResultRow() public méthode

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