C# 클래스 Tiraggo.Interfaces.tgDataResponse

파일 보기 프로젝트 열기: BrewDawg/Tiraggo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AsyncResult IAsyncResult
DataReader IDataReader
DataSet System.Data.DataSet
Exception System.Exception
LastQuery string
Parameters tgParameters
RowsEffected int
Scalar object
Table System.Data.DataTable

프로퍼티 상세

AsyncResult 공개적으로 프로퍼티

Currently not used, but will be when the Asyncronous Commands are added.
public IAsyncResult AsyncResult
리턴 IAsyncResult

DataReader 공개적으로 프로퍼티

Valid when tgDataProvider.ExecuteReader was called.
public IDataReader DataReader
리턴 IDataReader

DataSet 공개적으로 프로퍼티

Valid when tgDataProvider.FillDataSet was called.
public DataSet,System.Data DataSet
리턴 System.Data.DataSet

Exception 공개적으로 프로퍼티

The exception returned by the EntitySpaces DataProvider, if any. See IsException
public Exception,System Exception
리턴 System.Exception

LastQuery 공개적으로 프로퍼티

Valid when a EntitySpaces dynamic query has been executed. This is the raw sql generated by the query itself.
public string LastQuery
리턴 string

Parameters 공개적으로 프로퍼티

The parameters need to carry out the command. May also contain output parameters.
public tgParameters,Tiraggo.Interfaces Parameters
리턴 tgParameters

RowsEffected 공개적으로 프로퍼티

The number of rows effected by the command.
public int RowsEffected
리턴 int

Scalar 공개적으로 프로퍼티

Valid when tgDataProvider.ExecuteScalar was called.
public object Scalar
리턴 object

Table 공개적으로 프로퍼티

The DataTable containing the data. Depending on the type of command issued against the provider this may or may not be null.
public DataTable,System.Data Table
리턴 System.Data.DataTable