[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameterCollection.AddWithValue

AddWithValue Method

AddWithValue(string, object)

Adds a DbParameter object to the parameter collection.

Declaration
public C1DbParameter AddWithValue(string name, object value)
Parameters
Type Name Description
string name

The name of the parameter.

object value

The Value of the DbParameter to add to the collection.

Returns
Type Description
C1DbParameter