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

A row of a QueryResult
상속: IQueryResultRow
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
QueryResultRow ( ) : System.Collections.Generic

Default constructor

QueryResultRow ( object rawValues ) : System.Collections.Generic

Constructor that sets up the values given

메소드 상세

QueryResultRow() 공개 메소드

Default constructor
public QueryResultRow ( ) : System.Collections.Generic
리턴 System.Collections.Generic

QueryResultRow() 공개 메소드

Constructor that sets up the values given
public QueryResultRow ( object rawValues ) : System.Collections.Generic
rawValues object
리턴 System.Collections.Generic