ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewSet Class / ConnectionAddTablePrefixes Property

In This Topic
    ConnectionAddTablePrefixes Property
    In This Topic
    Indicates whether catalog name prefixes specified in the ConnectionCatalogs collection will be added to names of imported DataTables, in the case where C1DataViewSet is connected to a data source via the ConnectionString property.
    Syntax
    'Declaration
     
    Public Property ConnectionAddTablePrefixes As System.Boolean
    public System.bool ConnectionAddTablePrefixes {get; set;}
    Remarks
    See the ConnectionCatalogs property description for details.
    See Also