The following tables list the members exposed by SqlHelper.
Name | Description | |
---|---|---|
SqlHelper Constructor | Overloaded. |
Name | Description | |
---|---|---|
IN_LIST_TOKEN |
Name | Description | |
---|---|---|
CommandText | ||
CommandType | ||
Connection | ||
DataProvider | ||
Log | ||
Parameters | ||
Transaction |
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 |