Click or drag to resize

FndBindVariable Constructor (FndBindVariableDirection, String, FndAttribute)

Initializes a new instance of the FndBindVariable class

Namespace:  Ifs.Fnd.AccessProvider.PLSQL
Assembly:  Ifs.Fnd.AccessProvider (in Ifs.Fnd.AccessProvider.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public FndBindVariable(
	FndBindVariableDirection direction,
	string name,
	FndAttribute initialValue
)

Parameters

direction
Type: Ifs.Fnd.AccessProvider.PLSQLFndBindVariableDirection
Direction
name
Type: SystemString
Name
initialValue
Type: Ifs.Fnd.DataFndAttribute
Initial value
See Also