Click or drag to resize

QueryOptionsParameter Method

Overload List
  NameDescription
Public methodParameter(KeyValuePairString, Object)
Adds a collection of named parameters to the parameters to the statement or prepared statement.
Public methodParameter(Object)
Adds a positional parameter to the parameters to the statement or prepared statement.
Public methodParameter(Object)
Adds a list of positional parameters to the statement or prepared statement.
Public methodParameter(String, Object)
Adds a named parameter to the parameters to the statement or prepared statement.
Top
See Also