| CreateSqlParameter |
Creates a SqlParameter or OdbcParameter or DbParameter object. |
| CreateSqlParameter2 |
Creates a SqlParameter or OdbcParameter or DbParameter object. |
| ExecuteSqlScalar |
Executes a SQL stored procedure or a SQL query against a SQL Server database or an ODBC data source. |
| ExecuteSqlNonQuery |
Executes a SQL stored procedure or insert, update, delete statements against a SQL database or an ODBC data source. |
| IndexByValue |
Returns the zero-based index of the specified value in the input list. |
| ValueByKey |
Retrieves the value at the specified key in the input dictionary of string/object key-pairs. |