Click or drag to resize
SimpleStatementBind Method

Note: This API is now obsolete.

Sets the parameter values for the query.

The same amount of values must be provided as parameter markers in the query.

Specify the parameter values by the position of the markers in the query or by name, using a single instance of an anonymous type, with property names as parameter names.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
[ObsoleteAttribute("The method Bind() is deprecated, use SimpleStatement constructor parameters to provide query values")]
public SimpleStatement Bind(
	params Object[] values
)

Parameters

values
Type: SystemObject

Return Value

Type: SimpleStatement
See Also