ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataSetConnectionExtender Class / ConnectionName Property

In This Topic
    ConnectionName Property
    In This Topic
    Gets or sets the unique name of the DataSetConnectionExtender in the DataSetExtender.ConnectionInfos collection.
    Syntax
    'Declaration
     
    Public Property ConnectionName As System.String
    public System.string ConnectionName {get; set;}
    See Also