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: 3.3.1
Syntax
C#
public static class SqlHelper
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