Class DbProviderInfo
Provides information about a data provider.
Inheritance
System.Object
DbProviderInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.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
|