ComponentOne DataObjects for .NET
CustomProviderInfo Class Properties

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : CustomProviderInfo Class

For a list of all members of this type, see CustomProviderInfo members.

Public Properties
 NameDescription
Public PropertyGets or sets the name of the assembly implementing the .NET data provider.  
Public PropertyGets or sets the full name of the type implementing the IDbCommand interface.  
Public PropertyGets or sets the full name of the type implementing the IDbConnection interface.  
Public PropertyGets or sets the full name of the type implementing the IDbDataAdapter interface.  
Public PropertyGets or sets the full type name of the native database type enumeration.  
Public PropertyGets or sets a format string used to generate the value of parameter.ParameterName from parameter number {0} and name {1}.  
Public PropertyGets or sets the name of the property of the parameter class specifying parameter native data type.  
Public PropertyGets or sets the full name of the type implementing the IDbDataParameter interface.  
Public PropertyGets or sets a format string used to generate parameter names in SQL statements from parameter number {0} and name {1}.  
Top
See Also

Reference

CustomProviderInfo Class
C1.Data.SchemaObjects Namespace
Using Other (Custom) .NET Data Providers
C1CustomConnection.CustomProviderInfo Property