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: 4.2.2
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