ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / CatalogCollection Class / BeginUpdate Method

In This Topic
    BeginUpdate Method (CatalogCollection)
    In This Topic
    Starts 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.
    Syntax
    'Declaration
     
    Public Sub BeginUpdate() 
    public void BeginUpdate()
    See Also