AddParam(String,DBDateTime) Method
- Last UpdatedNov 06, 2025
- 1 minute read
Adds a parameter to a specific Exec or to a standard Write command Throws exception if the call fails for any reason
'Declaration
Public Overloads Sub AddParam( _
ByVal paramName As String, _
ByVal paramValue As DBDateTime _
)
'Usage
Dim instance As XMLExecBuilder
Dim paramName As String
Dim paramValue As DBDateTime
instance.AddParam(paramName, paramValue)
public void AddParam(
string paramName,
DBDateTime paramValue
)
Parameters
- paramName
- The name of the parameter to add as a string
- paramValue
- The value of the parameter to add as a DBDateTime