ISessionProvider Interface

Definition

defines the interface that component providers need to implement for the Session, the main object user code interacts with.

public interface ISessionProvider
type ISessionProvider = interface
Public Interface ISessionProvider
Derived

Methods

GetAlterScript()

Script alter for this session.

GetCreateScript()

Script create for this session.

GetDropScript()

Scripts drop for this session

Start()

Starts this session.

Stop()

Stops this session.

ValidateAlter()

backend specfic validations to Alter the session.

Applies to