SQLiteConfigurationExtensionsAddSQLite(IConfigurationBuilder, ActionSQLiteConfigurationOptions) Method

Definition

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

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