'Declaration Public Function GetVariable( _ ByVal variableName As String, _ ByVal dbType As OracleDbType _ ) As Object
public object GetVariable( string variableName, OracleDbType dbType )
Parameters
- variableName
- Name of the variable in the package.
- dbType
- One of the OracleDbType values.
Return Value
A value of the variable in the package.