Click or drag to resize
DatabaseDriverStore Properties

The DatabaseDriverStore type exposes the following members.

Properties
  NameDescription
Public propertyComparer (Inherited from Dictionary<String, DBDriverBase>.)
Public propertyCount (Inherited from Dictionary<String, DBDriverBase>.)
Public propertyDatabaseDriverDefinitions
Gets the database driver definitions.
Public propertyItem (Inherited from Dictionary<String, DBDriverBase>.)
Public propertyKeys (Inherited from Dictionary<String, DBDriverBase>.)
Public propertyValues (Inherited from Dictionary<String, DBDriverBase>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionary.IsFixedSize (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyIDictionary.IsReadOnly (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyIDictionary.Item (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Keys (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Keys (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyIDictionary.Keys (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Values (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Values (Inherited from Dictionary<String, DBDriverBase>.)
Explicit interface implementationPrivate propertyIDictionary.Values (Inherited from Dictionary<String, DBDriverBase>.)
Top
See Also