Class SqlModel
Inheritance
System.Object
SqlModel
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
SqlModel(Type)
Declaration
public SqlModel(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Fields
ALMap
Declaration
public ConcurrentDictionary<string, string> ALMap
Field Value
| Type |
Description |
| ConcurrentDictionary<System.String, System.String> |
|
CheckRepeate
Declaration
public string CheckRepeate
Field Value
| Type |
Description |
| System.String |
|
ColumnToRealMap
Declaration
public ConcurrentDictionary<string, string> ColumnToRealMap
Field Value
| Type |
Description |
| ConcurrentDictionary<System.String, System.String> |
|
ConditionDelete
Declaration
public string ConditionDelete
Field Value
| Type |
Description |
| System.String |
|
ConditionSelect
Declaration
public string ConditionSelect
Field Value
| Type |
Description |
| System.String |
|
ConditionUpdate
Declaration
public string ConditionUpdate
Field Value
| Type |
Description |
| System.String |
|
Delete
Declaration
Field Value
| Type |
Description |
| System.String |
|
GetPrimaryKey
Declaration
public string GetPrimaryKey
Field Value
| Type |
Description |
| System.String |
|
Insert
Declaration
Field Value
| Type |
Description |
| System.String |
|
IsMaunally
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
PrimaryKey
Declaration
Field Value
| Type |
Description |
| System.String |
|
RealToColumnMap
Declaration
public ConcurrentDictionary<string, string> RealToColumnMap
Field Value
| Type |
Description |
| ConcurrentDictionary<System.String, System.String> |
|
Select
Declaration
Field Value
| Type |
Description |
| System.String |
|
SelectAll
Declaration
Field Value
| Type |
Description |
| System.String |
|
Struction
Declaration
public ModelStruction Struction
Field Value
Table
Declaration
Field Value
| Type |
Description |
| System.String |
|
Update
Declaration
Field Value
| Type |
Description |
| System.String |
|
Methods
GetColumnName(String)
Declaration
public string GetColumnName(string key)
Parameters
| Type |
Name |
Description |
| System.String |
key |
|
Returns
| Type |
Description |
| System.String |
|
GetRealName(String)
Declaration
public string GetRealName(string key)
Parameters
| Type |
Name |
Description |
| System.String |
key |
|
Returns
| Type |
Description |
| System.String |
|