C# Class Habanero.Base.Data.QueryResult

Database result set container
Inheritance: IQueryResult
Mostrar archivo Open project: Chillisoft/habanero Class Usage Examples

Public Methods

Method 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 method

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

AddResult() public method

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

QueryResult() public method

Constructor
public QueryResult ( ) : System.Collections.Generic
return System.Collections.Generic