New to Telerik ReportingStart a free 30-day trial

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

Specifies the data provider description.

C#
public string Description { get; set; }

Name

string

Specifies the data provider name.

C#
public string Name { get; set; }