Click or drag to resize

SqlHelper Methods

Framework to automate tests using Selenium WebDriver
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