ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataSetExtender Class / ConnectionInfos Property

In This Topic
    ConnectionInfos Property
    In This Topic
    Gets the collection of global DataSetConnectionExtender objects defining the extended set of properties for connections used in the underlying typed DataSet.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConnectionInfos As DataSetConnectionCollection
    public DataSetConnectionCollection ConnectionInfos {get;}
    Remarks
    See Connection Information topic for details on extended connection info.
    See Also