Property FreezeProvider
FreezeProvider
Whether Install() calls SQLitePCL.raw.FreezeProvider().
null (the default) means "follow FreezeSqliteProvider",
which SqliteNativeInstallStartupTask resolves from IOptions<EdgeOptions>
before calling Install(); that option defaults to true and tests set
it false so they can swap providers. Setting this property explicitly (from the
configure callback of UseSqliteNative()) wins over the option.
If Install() is called without the startup task, an unset value means frozen.
public bool? FreezeProvider { get; set; }
Property Value
- bool?