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

RunSessionEndCommand

Runs the command specified in the SessionEndCommand property. It is not necessary to call this method as the SessionEndCommand is automatically run when the database connection object is being disposed. 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 SessionEndParameters are also used to provide parameters to the command as well.


	databaseObjectSQL.RunSessionEndCommand();
	

Syntax

C# 
public void RunSessionEndCommand()

Requirements

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

See Also