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

SessionEndCommand

Holds a SQL command String or the name of the stored procedure that is executed at the time database connection is closed/destroyed. Hence if the connection is shared by multiple objects, the command is only run once.

Syntax

C# 
[XmlIgnoreAttribute()]
public string SessionEndCommand {get; set;}

Requirements

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

See Also