VistaDB 6
VistaDB.DDA Namespace / IVistaDBConnection Interface
Properties Methods

In This Topic
    IVistaDBConnection Interface Members
    In This Topic

    The following tables list the members exposed by IVistaDBConnection.

    Public Properties
     NameDescription
     PropertyUnique identifier assigned to this IVistaDBConnection. This ID should not be held across database connections or in multiple threads.  
     PropertyDefault locale id to use by CreateDatabase  
     PropertyGet or set the locking approach for this connection. It will be constrained by the support in the detected runtime but allows some flexibility on independent factors such as whether to forgo rowId locking.  
     PropertyGet or set timeout for lock operations in seconds. Default is 10 seconds, negative values reset to default. Max timeout is 1 hour.  
     PropertyDefault page size in kilobytes to use by CreateDatabase  
     PropertyGet or set policy for lock files. When it is true files, which correspond to specific table will not be deleted with its closing. It allows some performance increasing in multi-user environment.  
    Top
    Public Methods
     NameDescription
     MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
    Top
    See Also