Edit

Share via


EsentVersion.SupportsLargeKeys property

Gets a value that indicates whether large (> 255 byte) keys are supported. The key size for an index can be specified in the JET_INDEXCREATE object.

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

Syntax

'Declaration
Public Shared ReadOnly Property SupportsLargeKeys As Boolean
    Get
'Usage
Dim value As Boolean

value = EsentVersion.SupportsLargeKeys
public static bool SupportsLargeKeys { get; }

Property value

Type: System.Boolean

See also

Reference

EsentVersion class

EsentVersion members

Microsoft.Isam.Esent.Interop namespace