//-----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
//
//-----------------------------------------------------------------------
namespace Microsoft.Isam.Esent.Interop.Windows10
{
///
/// Column types that have been added to the Windows 10 version of ESENT.
///
public static class Windows10Coltyp
{
///
/// Unsigned 64-bit number.
///
public const JET_coltyp UnsignedLongLong = (JET_coltyp)18;
}
}