Method | Description | |
---|---|---|
BuildInsertCommand ( this cmd, object obj, string tableName, |
||
BuildInsertCommand ( this cmd, object obj, string tableName, |
||
BuildUpdateCommand ( this cmd, object obj, string tableName, IEnumerable |
||
BuildUpdateOperator ( this cmd, object obj, string tableName, string idFieldNames, |
public static BuildInsertCommand ( this cmd, object obj, string tableName, |
||
cmd | this | |
obj | object | |
tableName | string | |
dbSettings | ||
return |
public static BuildInsertCommand ( this cmd, object obj, string tableName, |
||
cmd | this | |
obj | object | |
tableName | string | |
dbSettings | ||
includeFields | string | |
excludeFields | string | |
return |
public static BuildUpdateCommand ( this cmd, object obj, string tableName, IEnumerable |
||
cmd | this | |
obj | object | |
tableName | string | |
idFieldNames | IEnumerable |
|
includeFields | IEnumerable |
|
excludeFields | IEnumerable |
|
changeTracker | ||
dbSettings | ||
return | bool |
public static BuildUpdateOperator ( this cmd, object obj, string tableName, string idFieldNames, |
||
cmd | this | |
obj | object | |
tableName | string | |
idFieldNames | string | |
dbSettings | ||
return | bool |