[]
Adds a DbParameter object to the parameter collection.
public C1DbParameter AddWithValue(string name, object value)
Type | Name | Description |
---|---|---|
string | name | The name of the parameter. |
object | value | The Value of the DbParameter to add to the collection. |
Type | Description |
---|---|
C1DbParameter |