Deprecated. Replaced by LogExternalFileContent

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.23.0

Syntax

C#
public bool LogBlobContent { get; set; }
Visual Basic (Declaration)
Public Property LogBlobContent As Boolean
Visual C++
public:
property bool LogBlobContent {
	bool get ();
	void set (bool value);
}

See Also