GetMssqlData MembersA Sandcastle Documented Class Library

The GetMssqlData type exposes the following members.
Constructors

  NameDescription
Private methodStatic memberGetMssqlData
Public methodGetMssqlData
Initializes a new instance of the GetMssqlData class
Back to Top
Methods

  NameDescription
Public methodgetMssqlData
Executes the given query against the known database connection string and returns a DataSet with the data returned from the database.
Back to Top
Fields

  NameDescription
Public fieldStatic membercommandTimeout
Stores the command timeout, default is 15 min.
Public fieldconnStr
Stores the connection string needed for the next SQL query.
Public fielderror
Records if there has been an execution error.
Public fieldlastError
Stores a reference to the last execption that occured.
Back to Top
See Also