| OracleStoredProcedureGetParameter Method |
Gets a parameter's value from the procedure.
Namespace:
Galactic.Sql.Oracle
Assembly:
Galactic.Sql.Oracle (in Galactic.Sql.Oracle.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public override Object GetParameter(
string name
)
Public Overrides Function GetParameter (
name As String
) As Object
public:
virtual Object^ GetParameter(
String^ name
) override
abstract GetParameter :
name : string -> Object
override GetParameter :
name : string -> Object
Parameters
- name
- Type: SystemString
The name of the parameter to get.
Return Value
Type:
ObjectThe object that matches the value of the parameter, null if the parameter could not be found.
Implements
IStoredProcedureGetParameter(String)See Also