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

In This Topic
    RepresentsDataSetConnection Property
    In This Topic
    Gets or sets the connection string used to identify the connection from underlying typed DataSet represented by this DataSetConnectionExtender.
    Syntax
    'Declaration
     
    Public Property RepresentsDataSetConnection As System.String
    public System.string RepresentsDataSetConnection {get; set;}
    Remarks
    DbConnection derived objects defined in typed DataSet Table Adapters has no a notion like "unique name", so to identify such a connection the DbConnection.ConnectionString property value is used.
    See Also