Property | Type | Description | |
---|---|---|---|
ConnectionId | int | ||
KeyString | String | ||
SqlCommand | |||
SqlConnection | |||
TableName | String |
Method | Description | |
---|---|---|
TSSqlCommandContainer ( int connectionId, |
Constructor. The constructor will call the Prepare method on the SqlCommand object, so the caller does not need to call this method.
|
public TSSqlCommandContainer ( int connectionId, |
||
connectionId | int | |
sqlConnection | ||
tableName | String | |
keyString | String | |
sqlCommand | ||
return | System |
public SqlCommand,System.Data.SqlClient SqlCommand | ||
return |
public SqlConnection,System.Data.SqlClient SqlConnection | ||
return |