Click or drag to resize

FndBindVariableCollection Class

Collection of BindVariable objects
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Ifs.Fnd.AccessProvider.PLSQLFndBindVariableCollection

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 class FndBindVariableCollection : CollectionBase

The FndBindVariableCollection type exposes the following members.

Constructors
  NameDescription
Public methodFndBindVariableCollection
Initializes a new instance of the FndBindVariableCollection class
Top
Properties
Methods
  NameDescription
Public methodAdd
Add a new bind variable
Public methodAddFndBinaryVariable
Add a new bind variable of type FndBinaryAttribute
Public methodAddFndDecimalVariable
Add a new bind variable of type FndDecimalAttribute
Public methodAddFndLongTextVariable
Add a new bind variable of type FndLongTextAttribute
Public methodAddFndNumberVariable
Add a new bind variable of type FndNumberAttribute
Public methodAddFndTextVariable
Add a new bind variable of type FndTextAttribute
Public methodAddFndTimeStampVariable
Add a new bind variable of type FndTimeStampAttribute
Top
See Also