RunSessionStartCommand
Runs the command specified in the SessionStartCommand property. It is not necessary to call this method as the SessionStartCommand is automatically run when the database connection is opened. 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 SessionStartParameters are also used to provide parameters to the command as well.
databaseObjectSQL.RunSessionStartCommand();
| C# | |
|---|---|
public void RunSessionStartCommand() | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0