ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraphCore Class / SqlDbFactory Property

In This Topic
    SqlDbFactory Property
    In This Topic
    The sql data provider factory. Used to recreate the connection with a given credentials.
    Syntax
    'Declaration
     
    Public Property SqlDbFactory As DbProviderFactory
    public DbProviderFactory SqlDbFactory {get; set;}
    See Also