C# 클래스 Habanero.Base.Data.QueryResult

Database result set container
상속: IQueryResult
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
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