ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataTableExtender Class / ConnectionInfo Property

In This Topic
    ConnectionInfo Property
    In This Topic
    Gets the object defining the extended set of properties for the connection used along with the DataTable represented by this DataTableExtender.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConnectionInfo As DataTableConnectionExtender
    public DataTableConnectionExtender ConnectionInfo {get;}
    Remarks
    See Connection Information topic for details on extended connection info.
    See Also