Click or drag to resize
SqlStatement Class

[Missing <summary> documentation for "T:Activsoft.Engine.Db.SqlStatement"]

Inheritance Hierarchy
SystemObject
  Activsoft.Engine.DbSqlStatement
    More...

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public abstract class SqlStatement

The SqlStatement type exposes the following members.

Constructors
  NameDescription
Protected methodSqlStatement
Initializes a new instance of the SqlStatement class
Top
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
Fields
Properties
  NameDescription
Public propertyFormatters
Top
See Also
Inheritance Hierarchy