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

In This Topic
    DataTableConnectionExtender Class
    In This Topic
    Represents connection info object of DataTableExtender defining the extended set of properties for a connection of underlying typed DataSet used along with DataTable represented by the DataTableExtender.
    Object Model
    DataTableConnectionExtender Class
    Syntax
    'Declaration
     
    Public Class DataTableConnectionExtender 
       Inherits DataConnectionExtenderBase
    public class DataTableConnectionExtender : DataConnectionExtenderBase 
    Remarks
    See Connection Information topic for details on extended connection info.
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.MarshalByValueComponent
          C1.C1DataExtender.SchemaExtender.DataConnectionExtenderBase
             C1.C1DataExtender.SchemaExtender.DataTableConnectionExtender

    See Also