SourceFile 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 SourceFile { get; private set; }
Visual Basic (Declaration)
Public Property SourceFile As String
Visual C++
public:
property String^ SourceFile {
	String^ get ();
	void set (String^ value);
}

See Also