SqlHelper Class Members
The following tables list the members exposed by SqlHelper.
Public Constructors
Name | Description | |
---|---|---|
![]() |
SqlHelper Constructor | Overloaded. |
Public Fields
Name | Description | |
---|---|---|
![]() |
IN_LIST_TOKEN |
Public Properties
Name | Description | |
---|---|---|
![]() |
CommandText | |
![]() |
CommandType | |
![]() |
Connection | |
![]() |
DataProvider | |
![]() ![]() |
Log | |
![]() |
Parameters | |
![]() |
Transaction |
Public Methods
Name | Description | |
---|---|---|
![]() |
ExecuteDataSet | Overloaded. Executes the the SQL specified in the CommandText Property against the database using the provider specified in the DataProvider Property and returns the results as a DataSet |
![]() |
ExecuteDataSetInList | Executes a specially formatted SQL statement specified in the CommandText Property |
![]() |
ExecuteNonQuery | Overloaded. |
![]() |
ExecuteNonQueryInList | |
![]() |
ExecuteReader | Overloaded. |
![]() |
ExecuteReaderInList | |
![]() |
ExecuteScalar | Overloaded. |
![]() |
ExecuteScalarInList | |
![]() |
FillDataSet | Overloaded. |
![]() |
FillDataSetInList | Overloaded. |
![]() ![]() |
FillDataSetRaw | Overloaded. |
![]() ![]() |
GetTableAsDataSet | Overloaded. |
![]() |
PrepareInListStatement | Overloaded. |
![]() |
PrepareIntegerListStatement |