Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Specifies possible database options that users can set.
public enum ul_database_option_id
The global database ID is set using an unsigned long integer.
The remote ID is set using a string.
The database commit flush timeout is set as an integer, representing a time threshold measured in milliseconds.
The database commit flush count is set as integer, representing a commit count threshold.
The connection isolation level is set as string.
(read_committed/read_uncommitted)
Set to resize the database file cache.
The value is an integer in the range 0 to 100, representing the amount of cache allocated of the minimum to maximum size range.
These database options are used with the ULConnection.SetDatabaseOption method.