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

In This Topic
    CatalogCollection Class
    In This Topic
    Represents a collection of SQL Server catalog names for the ConnectionCatalogs property.
    Object Model
    CatalogCollection Class
    Syntax
    'Declaration
     
    Public Class CatalogCollection 
       Inherits System.Collections.ObjectModel.Collection(Of String)
    public class CatalogCollection : System.Collections.ObjectModel.Collection<string> 
    Inheritance Hierarchy

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

    See Also