GetMsSpData getMsSpData Method ( SqlParameter , String, Int32)A Sandcastle Documented Class Library
Execute the given stores procedure against the known database connection string. Returns the a DataSet with the stored procedure execution results.

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

public DataSet getMsSpData(
	SqlParameter[] vals,
	string cmdText,
	int timeout
)

Parameters

vals
Type:  System.Data.SqlClient SqlParameter 
cmdText
Type: System String
timeout
Type: System Int32

Return Value

Type: DataSet
See Also