Свойство | Type | Description | |
---|---|---|---|
InsertValues | object>>.List | ||
Table | string | ||
UpdateValues | object>>.List |
Méthode | 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 | |
Résultat | void |
public AddUpdateValue ( string name, object value ) : void | ||
name | string | |
value | object | |
Résultat | void |
public BuildInsert ( bool ignore ) : string | ||
ignore | bool | |
Résultat | string |
public BuildUpdate ( string where ) : string | ||
where | string | |
Résultat | string |
public CommandBuilder ( string table ) : System | ||
table | string | |
Résultat | System |
public static EscapeString ( string str ) : string | ||
str | string | |
Résultat | string |