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

In This Topic
    EndUpdate Method (CatalogCollection)
    In This Topic
    Ends the collection update mode started by the BeginUpdate method and forces C1DataViewSet to re-fetch a DataSet schema from server.
    Syntax
    'Declaration
     
    Public Sub EndUpdate() 
    public void EndUpdate()
    See Also