Click or drag to resize

SqlHelper Methods

Framework to automate tests using Selenium WebDriver

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