SQLiteConfigurationExtensionsAddSQLite(IConfigurationBuilder, ActionSQLiteConfigurationOptions) Method

Definition

Namespace: Gemstone.Configuration.SQLite
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.152 -- Release Build+03008b542d54443962e4713fc0e5628b664605f4

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