Method | Description | |
---|---|---|
RunQuery ( |
Runs the passed in SQL query on the database and returns a dataset of the results
|
|
RunSQL ( string sql ) : |
Runs the passed in SQL query on the database and returns a dataset of the results
|
public static RunQuery ( |
||
command | ||
return |
public static RunSQL ( string sql ) : |
||
sql | string | |
return |