[Missing <summary> documentation for "T:Activsoft.Engine.Db.SqlStatement"]
Inheritance Hierarchy
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic abstract class SqlStatement
Public MustInherit Class SqlStatement
public ref class SqlStatement abstract
[<AbstractClassAttribute>]
type SqlStatement = class end
The SqlStatement type exposes the following members.
Constructors|
| Name | Description |
|---|
 | SqlStatement | Initializes a new instance of the SqlStatement class |
Top
Methods|
| Name | Description |
|---|
 | Append(Char) | |
 | Append(Int32) | |
 | Append(String) | |
 | AppendFormat(String, Object) | |
 | AppendFormat(IFormatProvider, String, Object) | |
 | EndExclusion | |
 | EndString | |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Evaluate | |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | Function | |
 | FunctionAsString | |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetParameter | |
 | GetParameters | |
 | GetType | Gets the type of the current instance. (Inherited from Object.) |
 | IsEmpty | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Parameter(SqlParameter) | |
 | Parameter(SqlType, String) | |
 | Parameter(SqlType, String, Object) | |
 | Parameter(SqlType, String, Object, Transformer) | |
 | Parameter(SqlType, String, Object, Transformer, ParameterDirection) | |
 | Parameter(SqlType, String, Object, Transformer, ParameterDirection, Int32) | |
 | ParameterAsString | |
 | PrepareParameterForFunction | |
 | PrepareParameterForFunctionAsString | |
 | Reset | |
 | StartExclusion | |
 | StartString | |
 | ToString | (Overrides ObjectToString.) |
 | ToString(Config, String, Boolean, SqlParameter) | |
Top
Fields
Properties
See Also
Inheritance Hierarchy