SQLiteConfigurationExtensionsAddSQLite(IConfigurationBuilder, ActionSQLiteConfigurationOptions) Method

Definition

Namespace: Gemstone.Configuration.SQLite
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.138 -- Release Build+8ff390f7825bdae06374b48602e7b01afec64157

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