public class SQLiteConfigurationProvider : ConfigurationProvider
Public Class SQLiteConfigurationProvider
Inherits ConfigurationProvider
public ref class SQLiteConfigurationProvider : public ConfigurationProvider
Gemstone.Configuration.SQLite.SQLiteConfigurationProvider = function();
Type.createClass(
'Gemstone.Configuration.SQLite.SQLiteConfigurationProvider',
Microsoft.Extensions.Configuration.ConfigurationProvider);
SQLiteConfigurationProvider | Creates a new instance of the SQLiteConfigurationProvider class. |
Data |
The configuration key value pairs for this provider.
(Inherited from ConfigurationProvider) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetChildKeys |
Returns the list of keys that this provider has.
(Inherited from ConfigurationProvider) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetReloadToken |
Returns a IChangeToken that can be used to listen when this provider is reloaded.
(Inherited from ConfigurationProvider) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Load |
Loads (or reloads) the data for this provider.
(Overrides ConfigurationProviderLoad) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OnReload |
Triggers the reload change token and creates a new one.
(Inherited from ConfigurationProvider) |
Set |
Sets a value for a given key.
(Overrides ConfigurationProviderSet(String, String)) |
ToString |
Generates a string representing this provider name and relevant details.
(Inherited from ConfigurationProvider) |
TryGet |
Attempts to find a value with the given key, returns true if one is found, false otherwise.
(Inherited from ConfigurationProvider) |