ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomOperandCollection Class
Members

In This Topic
    EomOperandCollection Class
    In This Topic
    Object Model
    EomOperandCollection Class
    Syntax
    'Declaration
     
    Public Class EomOperandCollection 
       Inherits System.Collections.ObjectModel.Collection(Of EomOperandElement)
    public class EomOperandCollection : System.Collections.ObjectModel.Collection<EomOperandElement> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1DataExtender.EomOperandCollection

    See Also