GetMssqlData getMssqlData Method A Sandcastle Documented Class Library
Executes the given query against the known database connection string and returns a DataSet with the data returned from the database.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public DataSet getMssqlData(
	string s
)

Parameters

s
Type: System String

Return Value

Type: DataSet
See Also