DBConnectionContext interface

Syntax
interface DBConnectionContext
Member of iAnywhere.MobiLink.Script
Remarks

Interface for obtaining and accessing information about the current database connection. This is passed to the constructor of classes containing scripts. If context is required for a background thread or beyond the lifetime of a connection, use a ServerContext.

For more information about constructors, see Constructors.

Caution

A DBConnectionContext instance should not be used outside the thread that calls into your .NET code.


GetConnection method
GetDownloadData method
GetServerContext method
GetProperties method
GetRemoteID method
GetVersion method