C# Класс Habanero.Base.Data.QueryResult

Database result set container
Наследование: IQueryResult
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddField() публичный Метод

Adds a field to the list of fields.
public AddField ( string propertyName ) : void
propertyName string
Результат void

AddResult() публичный Метод

Adds a result to the list of results.
public AddResult ( object rawValues ) : void
rawValues object the array of raw values
Результат void

QueryResult() публичный Метод

Constructor
public QueryResult ( ) : System.Collections.Generic
Результат System.Collections.Generic