Class DbProviderInfo
Provides information about a data provider.
Inheritance
System.Object
DbProviderInfo
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class DbProviderInfo
Constructors
DbProviderInfo()
Declaration
public DbProviderInfo()
Properties
Description
Specifies the data provider description.
Declaration
public string Description { get; set; }
Property Value
|
System.String
|
Name
Specifies the data provider name.
Declaration
public string Name { get; set; }
Property Value
|
System.String
|