Click or drag to resize
SQLiteStatement Methods

The SQLiteStatement type exposes the following members.

Methods
  NameDescription
Public methodAppend(Char) (Inherited from SqlStatement.)
Public methodAppend(Int32) (Inherited from SqlStatement.)
Public methodAppend(String) (Inherited from SqlStatement.)
Public methodAppendFormat(String, Object) (Inherited from SqlStatement.)
Public methodAppendFormat(IFormatProvider, String, Object) (Inherited from SqlStatement.)
Public methodEndExclusion (Inherited from SqlStatement.)
Public methodEndString (Inherited from SqlStatement.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEvaluate (Inherited from SqlStatement.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFunction (Overrides SqlStatementFunction(String, Object).)
Public methodFunctionAsString (Overrides SqlStatementFunctionAsString(String, Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParameter (Inherited from SqlStatement.)
Public methodGetParameters (Inherited from SqlStatement.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIsEmpty (Inherited from SqlStatement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodParameter(SqlParameter) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String, Object) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String, Object, Transformer) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String, Object, Transformer, ParameterDirection) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String, Object, Transformer, ParameterDirection, Int32) (Inherited from SqlStatement.)
Public methodParameterAsString (Overrides SqlStatementParameterAsString(String).)
Public methodPrepareParameterForFunction (Inherited from SqlStatement.)
Public methodPrepareParameterForFunctionAsString (Inherited from SqlStatement.)
Public methodReset (Inherited from SqlStatement.)
Public methodStartExclusion (Inherited from SqlStatement.)
Public methodStartString (Inherited from SqlStatement.)
Public methodToString (Inherited from SqlStatement.)
Public methodToString(Config, String, Boolean, SqlParameter) (Inherited from SqlStatement.)
Top
See Also