The database byte order.

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

Syntax

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

See Also