SimpleStatementBind Method |
Note: This API is now obsolete.
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
[ObsoleteAttribute("The method Bind() is deprecated, use SimpleStatement constructor parameters to provide query values")] public SimpleStatement Bind( params Object[] values )