PreparedStatementBind Method |
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.
Note that while no more values than bound variables can be provided, it is allowed to provide less values that there is variables.
Namespace: Dse
public virtual BoundStatement Bind( params Object[] values )