GetMsSpData MembersA Sandcastle Documented Class Library

The GetMsSpData type exposes the following members.
Constructors

  NameDescription
Private methodStatic memberGetMsSpData
Public methodGetMsSpData
Initializes a new instance of the GetMsSpData class
Back to Top
Methods

  NameDescription
Public methodgetMsSpData( SqlParameter , String)
Execute the given stores procedure against the known database connection string. Returns the a DataSet with the stored procedure execution results.
Public methodgetMsSpData( SqlParameter , String, Int32)
Execute the given stores procedure against the known database connection string. Returns the a DataSet with the stored procedure execution results.
Back to Top
Fields

  NameDescription
Public fieldStatic membercommandTimeout
Stores the command timeout, default is 15 min.
Public fieldconnStr
Stores a generated database connection string.
Public fielderror
Internal calss record indicated if an error has been encountered in an operation.
Public fieldlastError
Records the last known error of the class.
Back to Top
See Also