Class BackendConfiguration.BackendInformation
Inheritance
System.Object
BackendConfiguration.BackendInformation
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class BackendInformation
Constructors
BackendInformation()
Declaration
public BackendInformation()
Properties
Backend
Delimiters
Declaration
public string[] Delimiters { get; }
Property Value
System.
|
ExtensionName
Declaration
public string ExtensionName { get; set; }
Property Value
System.
|
MajorVersion
Declaration
public int MajorVersion { get; set; }
Property Value
System.
|
MaximumNumberOfInValues
Declaration
public int MaximumNumberOfInValues { get; set; }
Property Value
System.
|
MaximumNumberOfQueryParameters
Declaration
public int MaximumNumberOfQueryParameters { get; set; }
Property Value
System.
|
MinorVersion
Declaration
public int MinorVersion { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
ParameterPrefix
Declaration
public string ParameterPrefix { get; }
Property Value
System.
|
ProviderFactory
Declaration
public DbProviderFactory ProviderFactory { get; set; }
Property Value
System.
|
SupportsTemporaryTables
Declaration
public bool SupportsTemporaryTables { get; }
Property Value
System.
|