Click or drag to resize

FndPLSQLCommandCollection Class

A collection of FndPLSQLCommand objects
Inheritance Hierarchy
System.Object
  System.Collections.CollectionBase
    Ifs.Fnd.AccessProvider.PLSQL.FndPLSQLCommandCollection

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 FndPLSQLCommandCollection : CollectionBase

The FndPLSQLCommandCollection type exposes the following members.

Constructors
  NameDescription
Public methodFndPLSQLCommandCollection(FndActivityContext)
Initializes a new instance of the Ifs.Fnd.AccessProvider.PLSQL.FndPLSQLCommandCollection class with an initial connection object set.
Public methodFndPLSQLCommandCollection(FndConnection)
Initializes a new instance of the Ifs.Fnd.AccessProvider.PLSQL.FndPLSQLCommandCollection class with an initial connection object set.
Top
Properties
  NameDescription
Public propertyItem
Get an item from this collection
Top
Methods
  NameDescription
Public methodAdd
Add a new item to this collection
Public methodStatic memberCreateFromRow
Creates a FndPLSQLCommandCollection including all FndPLSQLCommands from a datarow.
Public methodInvoke
Invoke all commands in this collection in one transaction.
Top
See Also