The GetMssqlData type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() ![]() | GetMssqlData | |
![]() | GetMssqlData | Initializes a new instance of the GetMssqlData class |
Methods
Name | Description | |
---|---|---|
![]() | getMssqlData |
Executes the given query against the known database connection string and returns a
DataSet with the data returned from the database.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | commandTimeout |
Stores the command timeout, default is 15 min.
|
![]() | connStr |
Stores the connection string needed for the next SQL query.
|
![]() | error |
Records if there has been an execution error.
|
![]() | lastError |
Stores a reference to the last execption that occured.
|
See Also