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

SessionStartCommand

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

Syntax

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

Requirements

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

See Also