The application call the Add method to add a proceedure signature to the hints collection. this hint will then be used by the framework when parsing annonomous PLSQL calls to be able to set the parameter direction property correctly.

Namespace: PPJ.Runtime.Sql
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public void Add(
	string name,
	params ParameterDirection[] paramDirections
)

Parameters

name
Type: System..::..String
paramDirections
Type: array<System.Data..::..ParameterDirection>[]()[][]

See Also