C# Класс Tiraggo.Interfaces.tgDataResponse

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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