Types
- BatchExecuteError distinct Error & error
Represents an error occurred when a batch execution is running.
- DatabaseError distinct Error & error
Represents an error caused by an issue related to database accessibility, erroneous queries, constraint violations, database resource clean-up, and other similar scenarios.
- Parameter Value | InOutParameter | OutParameter
Represents all parameters used in SQL stored procedure call.
- Value string | int | boolean | float | decimal | byte[ ] | xml | DateTimeType | ArrayValueType | TypedValue?
Possible type of parameters that can be passed into the SQL query.