Edit

JET_sesparam enumeration

ESENT session parameters.

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

Syntax

'Declaration
Public Enumeration JET_sesparam
'Usage
Dim instance As JET_sesparam
public enum JET_sesparam

Members

Member name Description
Base This parameter is not meant to be used.
CommitDefault This parameter sets the grbits for commit. It is functionally the same as the system parameter JET_param.CommitDefault when used with an instance and a sesid.
CommitGenericContext This parameter sets a user specific commit context that will be placed in the transaction log on commit to level 0.

See also

Reference

Microsoft.Isam.Esent.Interop.Windows8 namespace