QuickObjects.DBLibrary Send comments on this topic.
RunSessionStartCommand Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class : RunSessionStartCommand Method

RunSessionStartCommand

Runs the command specified in the SessionStartCommand property. It is not necessary to call this method as the SessionStartCommand is automatically run when the database connection is opened. This method is however provided for convenience in case you need to run this command several times in a session.

All parameters assigned to the SessionStartParameters are also used to provide parameters to the command as well.


	databaseObjectSQL.RunSessionStartCommand();
	

Syntax

C# 
public void RunSessionStartCommand()

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also