DbProviderInfo
Class
Provides information about a data provider.
Definition
Namespace:Telerik.Reporting.Data.Schema
Assembly:Telerik.Reporting.Data.Schema.dll
Syntax:
C#
public class DbProviderInfo
Inheritance: objectDbProviderInfo
Constructors
C#
public DbProviderInfo()
Properties
Description
string
Specifies the data provider description.
C#
public string Description { get; set; }
Name
string
Specifies the data provider name.
C#
public string Name { get; set; }