Class SqlMaker
Inheritance
System.Object
SqlMaker
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
Constructors
SqlMaker(SqlModel)
Declaration
public SqlMaker(SqlModel model)
Parameters
Fields
Model
Declaration
Field Value
Methods
GetDelete()
Declaration
public string GetDelete()
Returns
| Type |
Description |
| System.String |
|
GetInsert(String[])
Declaration
public string GetInsert(string[] data)
Parameters
| Type |
Name |
Description |
| System.String[] |
data |
|
Returns
| Type |
Description |
| System.String |
|
GetOperator(OperatorChar, OperatorChar, String)
Declaration
public string GetOperator(OperatorChar ochar, OperatorChar cchar, string data)
Parameters
| Type |
Name |
Description |
| OperatorChar |
ochar |
|
| OperatorChar |
cchar |
|
| System.String |
data |
|
Returns
| Type |
Description |
| System.String |
|
GetRepeate(String[])
Declaration
public string GetRepeate(string[] data)
Parameters
| Type |
Name |
Description |
| System.String[] |
data |
|
Returns
| Type |
Description |
| System.String |
|
GetSelect(String[])
Declaration
public string GetSelect(string[] data)
Parameters
| Type |
Name |
Description |
| System.String[] |
data |
|
Returns
| Type |
Description |
| System.String |
|
GetUpdate(String[])
Declaration
public string GetUpdate(string[] data)
Parameters
| Type |
Name |
Description |
| System.String[] |
data |
|
Returns
| Type |
Description |
| System.String |
|