GetMsSpDatagetMsSpData Method (SqlParameter, String, Int32) |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic DataSet getMsSpData(
SqlParameter[] vals,
string cmdText,
int timeout
)
Public Function getMsSpData (
vals As SqlParameter(),
cmdText As String,
timeout As Integer
) As DataSet
public:
DataSet^ getMsSpData(
array<SqlParameter^>^ vals,
String^ cmdText,
int timeout
)
member getMsSpData :
vals : SqlParameter[] *
cmdText : string *
timeout : int -> DataSet
Parameters
- vals
- Type: System.Data.SqlClientSqlParameter
- cmdText
- Type: SystemString
- timeout
- Type: SystemInt32
Return Value
Type:
DataSet
See Also