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.
| C# | |
|---|---|
[XmlIgnoreAttribute()] public string SessionEndCommand {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0