C# Class Habanero.Base.Data.QueryResult

Database result set container
Inheritance: IQueryResult
Afficher le fichier Open project: Chillisoft/habanero Class Usage Examples

Méthodes publiques

Méthode Description
AddField ( string propertyName ) : void

Adds a field to the list of fields.

AddResult ( object rawValues ) : void

Adds a result to the list of results.

QueryResult ( ) : System.Collections.Generic

Constructor

Method Details

AddField() public méthode

Adds a field to the list of fields.
public AddField ( string propertyName ) : void
propertyName string
Résultat void

AddResult() public méthode

Adds a result to the list of results.
public AddResult ( object rawValues ) : void
rawValues object the array of raw values
Résultat void

QueryResult() public méthode

Constructor
public QueryResult ( ) : System.Collections.Generic
Résultat System.Collections.Generic