ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / CatalogCollection Class
Properties Methods

In This Topic
    CatalogCollection Class Members
    In This Topic

    The following tables list the members exposed by CatalogCollection.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public Property (Inherited from System.Collections.ObjectModel.Collection<string>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public MethodStarts the collection update mode, thus preventing C1DataViewSet from re-fetching DataSet schema on each collection's change. The update mode must be finished by the EndUpdate method call after all necessary changes to the collection are completed.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public MethodEnds the collection update mode started by the BeginUpdate method and forces C1DataViewSet to re-fetch a DataSet schema from server.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<string>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<string>)
    Top
    See Also