Enum XbimDBAccess
Indicates how a persisted model should be accessed
Namespace: Xbim.IO
Assembly: Xbim.Common.dll
Syntax
public enum XbimDBAccessFields
| Name | Description | 
|---|---|
| Exclusive | Opens the database exclusively, prevents access from any other processes. | 
| Read | Opens the database for read only transactions | 
| ReadWrite | Opens the database for read and write |