This topic has not yet been rated - Rate this topic

OdbcConnectionStringBuilder Properties

The OdbcConnectionStringBuilder type exposes the following members.

  Name Description
Public property BrowsableConnectionString Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers. (Inherited from DbConnectionStringBuilder.)
Public property ConnectionString Gets or sets the connection string associated with the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.)
Public property Count Gets the current number of keys that are contained within the ConnectionString property. (Inherited from DbConnectionStringBuilder.)
Public property Driver Gets or sets the name of the ODBC driver associated with the connection.
Public property Dsn Gets or sets the name of the data source name (DSN) associated with the connection.
Public property IsFixedSize Gets a value that indicates whether the DbConnectionStringBuilder has a fixed size. (Inherited from DbConnectionStringBuilder.)
Public property IsReadOnly Gets a value that indicates whether the DbConnectionStringBuilder is read-only. (Inherited from DbConnectionStringBuilder.)
Public property Item Gets or sets the value associated with the specified key. In C#, this property is the indexer. (Overrides DbConnectionStringBuilder.Item[String].)
Public property Keys Gets an ICollection that contains the keys in the OdbcConnectionStringBuilder. (Overrides DbConnectionStringBuilder.Keys.)
Public property Values Gets an ICollection that contains the values in the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.)
Top
  Name Description
Explicit interface implemetation Private property ICollection.IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private property ICollection.SyncRoot Gets an object that can be used to synchronize access to the ICollection. (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetation Private property IDictionary.Item Gets or sets the element with the specified key. (Inherited from DbConnectionStringBuilder.)
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ