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

In This Topic
    BaseConnection Property
    In This Topic
    Gets or sets the instance of DataSetConnectionExtender object (from the DataSetExtender.ConnectionInfos collection) which property values are inherited by this DataTableConnectionExtender.
    Syntax
    'Declaration
     
    Public Property BaseConnection As DataSetConnectionExtender
    public DataSetConnectionExtender BaseConnection {get; set;}
    See Also