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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
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