| IStoredProcedureGetParameter Method |
Gets a parameter's value from the procedure.
Namespace:
Galactic.Sql
Assembly:
Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax Object GetParameter(
string name
)
Function GetParameter (
name As String
) As Object
Object^ GetParameter(
String^ name
)
abstract 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.
See Also