프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InsertValues | object>>.List | ||
Table | string | ||
UpdateValues | object>>.List |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public AddUpdateValue ( string name, object value ) : void | ||
name | string | |
value | object | |
리턴 | void |