BackingFile Property

BerkeleyDB

The underlying source file for the Recno access method.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public string BackingFile { get; }
Visual Basic (Declaration)
Public ReadOnly Property BackingFile As String
Visual C++
public:
property String^ BackingFile {
	String^ get ();
}

See Also