SQLiteConfigurationExtensionsAddSQLite(IConfigurationBuilder, ActionSQLiteConfigurationOptions) Method

Definition

Namespace: Gemstone.Configuration.SQLite
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.169 -- Release Build+a4324ed8c57d7a1feeb41525c9f71446dbd55914

Parameters

builder  IConfigurationBuilder
The configuration builder.
optionsAction  ActionSQLiteConfigurationOptions
The action called to configure the SQLiteConfigurationSource.

Return Value

IConfigurationBuilder
The configuration builder.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IConfigurationBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also