Click or drag to resize
SqlStatement Methods

The SqlStatement type exposes the following members.

Methods
  NameDescription
Public methodAppend(Char)
Public methodAppend(Int32)
Public methodAppend(String)
Public methodAppendFormat(String, Object)
Public methodAppendFormat(IFormatProvider, String, Object)
Public methodEndExclusion
Public methodEndString
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEvaluate
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
Public methodFunctionAsString
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParameter
Public methodGetParameters
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIsEmpty
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodParameter(SqlParameter)
Public methodParameter(SqlType, String)
Public methodParameter(SqlType, String, Object)
Public methodParameter(SqlType, String, Object, Transformer)
Public methodParameter(SqlType, String, Object, Transformer, ParameterDirection)
Public methodParameter(SqlType, String, Object, Transformer, ParameterDirection, Int32)
Public methodParameterAsString
Public methodPrepareParameterForFunction
Public methodPrepareParameterForFunctionAsString
Public methodReset
Public methodStartExclusion
Public methodStartString
Public methodToString (Overrides ObjectToString.)
Public methodToString(Config, String, Boolean, SqlParameter)
Top
See Also