Property | Type | Description | |
---|---|---|---|
InsertValues | object>>.List | ||
Table | string | ||
UpdateValues | object>>.List |
Method | Description | |
---|---|---|
AddColumnValue ( string name, object value ) : void | ||
AddUpdateValue ( string name, object value ) : void | ||
BuildInsert ( bool ignore ) : string | ||
BuildUpdate ( string where ) : string | ||
CommandBuilder ( string table ) : System | ||
EscapeString ( string str ) : string |
public AddColumnValue ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public AddUpdateValue ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public CommandBuilder ( string table ) : System | ||
table | string | |
return | System |
public static EscapeString ( string str ) : string | ||
str | string | |
return | string |