Click or drag to resize
CqlParameterCollection.Add Method (Object)
Adds the specified DbParameter object to the DbParameterCollection.

Namespace: Dse.Data
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public override int Add(
	Object value
)

Parameters

value
Type: System.Object
The Value of the DbParameter to add to the collection.

Return Value

Type: Int32
The index of the DbParameter object in the collection.

Implements

IList.Add(Object)
See Also