Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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