Sql |
public static class SqlHelper
The SqlHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| ExecuteSqlCommand(String, String, IEnumerableString) | Method is used for execution SQL query (select) and reading each column from row. | |
| ExecuteSqlCommand(String, String, String) | Method is used for execution SQL query (select) and reading each row from column. |