Method | Description | |
---|---|---|
ExecuteNonQuery ( |
Used to execute a non-data return query through the EntitySpaces DataProvider
|
|
ExecuteReader ( |
Used to execute a command against the EntitySpaces DataProvider that returns data in the form of a IDataReader.
|
|
ExecuteScalar ( |
Used to issue a command against the EntitySpaces DataProvider that returns a single scalar value.
|
|
FillDataSet ( |
Not used by EntitySpaces but provided so that you can issue commands against the EntitySpaces DataProvider that return mult-resultsets (many DataTables).
|
|
FillDataTable ( |
Similiar to esLoadDataTable only this method merely returns a DataTable and does not actually populate an esEntity or tgEntityCollection.
|
|
esLoadDataTable ( |
Used to populate an esEntity or tgEntityCollection with data.
|
|
esSaveDataTable ( |
Used to issue a Save command on an esEntity or tgEntityCollection.
|
public ExecuteNonQuery ( |
||
request | Contains all of the information necessary to issue and carry out the request | |
sig | Contains the required information to locate the EntitySpaces DataProvider | |
return |
public ExecuteReader ( |
||
request | Contains all of the information necessary to issue and carry out the request | |
sig | Contains the required information to locate the EntitySpaces DataProvider | |
return |
public ExecuteScalar ( |
||
request | Contains all of the information necessary to issue and carry out the request | |
sig | Contains the required information to locate the EntitySpaces DataProvider | |
return |
public FillDataSet ( |
||
request | Contains all of the information necessary to issue and carry out the request | |
sig | Contains the required information to locate the EntitySpaces DataProvider | |
return |
public FillDataTable ( |
||
request | Contains all of the information necessary to issue and carry out the request | |
sig | Contains the required information to locate the EntitySpaces DataProvider | |
return |
public esLoadDataTable ( |
||
request | Contains all of the information necessary to issue and carry out the request | |
sig | Contains the required information to locate the EntitySpaces DataProvider | |
return |
public esSaveDataTable ( |
||
request | Contains all of the information necessary to issue and carry out the request | |
sig | Contains the required information to locate the EntitySpaces DataProvider | |
return |