Edit

SystemParameters.KeyMost property

Gets the maximum key size. This depends on the Esent version and database page size.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared ReadOnly Property KeyMost As Integer
    Get
'Usage
Dim value As Integer

value = SystemParameters.KeyMost
public static int KeyMost { get; }

Property value

Type: System.Int32

See also

Reference

SystemParameters class

SystemParameters members

Microsoft.Isam.Esent.Interop namespace