InHostOrder Property

BerkeleyDB

If true, the underlying database files were created on an architecture of the same byte order as the current one. This information may be used to determine whether application data needs to be adjusted for this architecture or not.

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

Syntax

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

See Also