Click or drag to resize
IStatement Methods

The IStatement type exposes the following members.

Methods
  NameDescription
Public methodClearBindings
Resets this statements bindings to Null.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodMoveNext
Advances the enumerator to the next element of the collection.
(Inherited from IEnumerator.)
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IEnumerator.)
Public methodStatus
Retrieve and reset counter values from a prepared statement.
Top
Extension Methods
  NameDescription
Public Extension MethodBind
Binds the position indexed values in values to the corresponding bind parameters in This.
(Defined by Statement.)
Public Extension MethodBindPropertiesT
Binds the statement bind variables by name to the corresponding properties on the object obj.
(Defined by Statement.)
Public Extension MethodExecute
Executes the IStatement with provided bind parameter values.
(Defined by Statement.)
Public Extension MethodExecuteWithPropertiesT
Executes the IStatement with provided bind object.
(Defined by Statement.)
Public Extension MethodQueryOverloaded.
Queries the database using the provided IStatement.
(Defined by Statement.)
Public Extension MethodQuery(Object)Overloaded.
Queries the database using the provided IStatement and provided bind variables.
(Defined by Statement.)
Top
See Also