The underlying source file for the Recno access method.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.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