[Missing <summary> documentation for "T:Activsoft.Engine.Db.MySql.MySqlStatement"]
Inheritance Hierarchy
Namespace: Activsoft.Engine.Db.MySqlAssembly: Activsoft.Engine.Db.MySql (in Activsoft.Engine.Db.MySql.dll) Version: 6.0.0.0
Syntaxpublic class MySqlStatement : SqlStatement
Public Class MySqlStatement
Inherits SqlStatement
public ref class MySqlStatement : public SqlStatement
type MySqlStatement =
class
inherit SqlStatement
endThe MySqlStatement type exposes the following members.
Constructors|
| Name | Description |
|---|
 | MySqlStatement | Initializes a new instance of the MySqlStatement class |
Top
Methods|
| Name | Description |
|---|
 | Append(Char) | (Inherited from SqlStatement.) |
 | Append(Int32) | (Inherited from SqlStatement.) |
 | Append(String) | (Inherited from SqlStatement.) |
 | AppendFormat(String, Object) | (Inherited from SqlStatement.) |
 | AppendFormat(IFormatProvider, String, Object) | (Inherited from SqlStatement.) |
 | EndExclusion | (Inherited from SqlStatement.) |
 | EndString | (Inherited from SqlStatement.) |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Evaluate | (Inherited from SqlStatement.) |
 | 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 | (Overrides SqlStatementFunction(String, Object).) |
 | FunctionAsString | (Overrides SqlStatementFunctionAsString(String, Object).) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetParameter | (Inherited from SqlStatement.) |
 | GetParameters | (Inherited from SqlStatement.) |
 | GetType | Gets the type of the current instance. (Inherited from Object.) |
 | IsEmpty | (Inherited from SqlStatement.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Parameter(SqlParameter) | (Inherited from SqlStatement.) |
 | Parameter(SqlType, String) | (Inherited from SqlStatement.) |
 | Parameter(SqlType, String, Object) | (Inherited from SqlStatement.) |
 | Parameter(SqlType, String, Object, Transformer) | (Inherited from SqlStatement.) |
 | Parameter(SqlType, String, Object, Transformer, ParameterDirection) | (Inherited from SqlStatement.) |
 | Parameter(SqlType, String, Object, Transformer, ParameterDirection, Int32) | (Inherited from SqlStatement.) |
 | ParameterAsString | (Overrides SqlStatementParameterAsString(String).) |
 | PrepareParameterForFunction | (Inherited from SqlStatement.) |
 | PrepareParameterForFunctionAsString | (Inherited from SqlStatement.) |
 | Reset | (Inherited from SqlStatement.) |
 | StartExclusion | (Inherited from SqlStatement.) |
 | StartString | (Inherited from SqlStatement.) |
 | ToString | (Inherited from SqlStatement.) |
 | ToString(Config, String, Boolean, SqlParameter) | (Inherited from SqlStatement.) |
Top
Fields
Properties
See Also