AddParam Method (XMLBatchExecBuilder)
- Last UpdatedNov 06, 2025
- 2 minute read
Function to add a new parameter and its value to the current (ie. most recently added) command in the batch
| Overload | Description |
|---|---|
| AddParam(String,String) | Function to add a new parameter and its value to the current (ie. most recently added) command in the batch |
| AddParam(String,DBString) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,Boolean) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,Nullable<Boolean>) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,DateTime) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,Nullable<DateTime>) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,DBDateTime) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,Double) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,Nullable<Double>) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,DBDouble) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,Int32) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,Nullable<Int32>) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,Int64) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,Nullable<Int64>) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |
| AddParam(String,DBInt) | Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason |