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();
| C# | |
|---|---|
public void RunSessionEndCommand() | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0