Property | Type | Description | |
---|---|---|---|
PreparedSqlCommands | List |
Method | Description | |
---|---|---|
CloseConnection ( int key ) : void |
Method closes the connection corresponding the the given key (i.e., connection number). The closed connection is then removed from TSConnectionsCollection.
|
|
OpenConnection ( String connxString ) : int |
Method opens a new connection according to the given connection string. The connection is added to the TSConnectionsCollection and its key number is returned.
|
public OpenConnection ( String connxString ) : int | ||
connxString | String | |
return | int |