Click or drag to resize
Galactic API

StoredProcedureGetParameter 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
public abstract 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