Click or drag to resize
Galactic API

OracleStoredProcedureGetParamName Method

Prepends a @ to the name of the parameter for use in SQL calls.

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 string GetParamName(
	string name
)

Parameters

name
Type: SystemString
The name of the parameter.

Return Value

Type: String
The parameter name with a @ prepended.

Implements

IStoredProcedureGetParamName(String)
See Also