The GetMsSpData type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| GetMsSpData | ||
| GetMsSpData | Initializes a new instance of the GetMsSpData class |
Methods
| Name | Description | |
|---|---|---|
| getMsSpData( SqlParameter , String) |
Execute the given stores procedure against the known database
connection string. Returns the a DataSet with the stored procedure execution
results.
| |
| getMsSpData( SqlParameter , String, Int32) |
Execute the given stores procedure against the known database
connection string. Returns the a DataSet with the stored procedure execution
results.
|
Fields
| Name | Description | |
|---|---|---|
| commandTimeout |
Stores the command timeout, default is 15 min.
| |
| connStr |
Stores a generated database connection string.
| |
| error |
Internal calss record indicated if an error has been encountered in an operation.
| |
| lastError |
Records the last known error of the class.
|
See Also