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