If true, any SourceFile file is read in its entirety when Open(String, RecnoDatabaseConfig) is called. If false, SourceFile may be read lazily.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public bool Snapshot { get; }
Visual Basic (Declaration)
Public ReadOnly Property Snapshot As Boolean
Visual C++
public:
property bool Snapshot {
	bool get ();
}

See Also