Click or drag to resize
Galactic API

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
)

Parameters

name
Type: SystemString
The name of the parameter to get.

Return Value

Type: Object
The object that matches the value of the parameter, null if the parameter could not be found.

Implements

IStoredProcedureGetParameter(String)
See Also