ISfcHasConnection Interface

Definition

ISfcDomain domain roots must implement this interface.

public interface ISfcHasConnection
type ISfcHasConnection = interface
Public Interface ISfcHasConnection
Derived

Properties

ConnectionContext

Methods

GetConnection()

Get the connection query on to backing storage. Defaults to assuming a single open query will exist at one time.

GetConnection(SfcObjectQueryMode)

Get the connection to backing storage to support the requested query processing mode. Any connection which supports multiple open queries must assume that the regular connection returned by GetConnection() may be busy at any time.

SetConnection(ISfcConnection)

Sets the active connection for the domain root. This is used for domain instantiation / hopping.

Applies to