Inherits ArrayList, and IDataParameterCollection.
|
| Boolean | Contains (String parametername) |
| |
| Int32 | IndexOf (String parametername) |
| |
| void | RemoveAt (String parametername) |
| |
| override Int32 | Add (Object value) |
| |
| Int32 | Add (SQLRelayParameter value) |
| |
| Int32 | Add (String parameterName, DbType type) |
| |
| Int32 | Add (String parameterName, object value) |
| |
| Int32 | Add (String parameterName, DbType dbtype, String sourcecolumn) |
| |
| override Int32 SQLRClient.SQLRelayParameterCollection.Add |
( |
Object |
value | ) |
|
| Int32 SQLRClient.SQLRelayParameterCollection.Add |
( |
String |
parameterName, |
|
|
DbType |
type |
|
) |
| |
| Int32 SQLRClient.SQLRelayParameterCollection.Add |
( |
String |
parameterName, |
|
|
object |
value |
|
) |
| |
| Int32 SQLRClient.SQLRelayParameterCollection.Add |
( |
String |
parameterName, |
|
|
DbType |
dbtype, |
|
|
String |
sourcecolumn |
|
) |
| |
| Boolean SQLRClient.SQLRelayParameterCollection.Contains |
( |
String |
parametername | ) |
|
| Int32 SQLRClient.SQLRelayParameterCollection.IndexOf |
( |
String |
parametername | ) |
|
Gets the location of the specified parameter within the collection or -1 if it is not found in the collection.
| void SQLRClient.SQLRelayParameterCollection.RemoveAt |
( |
String |
parametername | ) |
|
Removes the specified parameter from the collection.
| Object SQLRClient.SQLRelayParameterCollection.this[String index] |
|
getset |