Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in .NET » MobiLink server API for .NET reference

 

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