Click or drag to resize

CqlParameterCollectionAdd Method (Object)

Adds the specified DbParameter object to the DbParameterCollection.

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

Parameters

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

Return Value

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

Implements

IListAdd(Object)
See Also