Click or drag to resize

SqlHelper Class

Framework to automate tests using Selenium WebDriver
Class is used for execution SQL queries and reading data from database.
Inheritance Hierarchy
SystemObject
  Ocaramba.HelpersSqlHelper

Namespace: Ocaramba.Helpers
Assembly: Ocaramba (in Ocaramba.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax
C#
public static class SqlHelper
Request Example

The SqlHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCode exampleExecuteSqlCommand(String, String, IEnumerableString) Method is used for execution SQL query (select) and reading each column from row.
Public methodStatic memberCode exampleExecuteSqlCommand(String, String, String) Method is used for execution SQL query (select) and reading each row from column.
Top
See Also