SQLiteConfigurationExtensionsAddSQLite(IConfigurationBuilder, ActionSQLiteConfigurationOptions) Method

Definition

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

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