Specifies a value indicating how to handle the locks kept on objects after successfully commiting a Context.
| Member Name | Description |
|---|---|
| Keep | The locks held by the Context on which the commit operation was called, and all of it's base Contexts are not to be released during a commit operation. |
| ReleaseAll | The locks held by the Contexton which the commit operation was called and all of it's base Contexts will be released after the operation succeeded. |
| ReleaseContext | The locks held directly by the Context on which the commit operation was called will be released, but the locks held in it's base Contexts will be kept. |
Namespace: TechTalk.Genome
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Orcale 9i Release 2, Oracle 10g Release 2