SQLiteConfigurationSource Class

The source for configuration stored in a SQLite database.

Definition

Namespace: Gemstone.Configuration.SQLite
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.128 -- Release Build+e642e346f6a184b82d0191f20af9f896bef9bb3d
public class SQLiteConfigurationSource : IConfigurationSource
Inheritance
Object    SQLiteConfigurationSource
Implements
IConfigurationSource

Constructors

SQLiteConfigurationSource Creates a new instance of the SQLiteConfigurationSource class.

Methods

Build Builds an IConfigurationProvider from the SQLite configuration source.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also