메소드 | 설명 | |
---|---|---|
Set ( this |
Specifies the column to be updated.
|
|
Set ( this |
Specifies the column to be updated.
|
|
Set ( this |
Specifies the column to be updated.
|
|
Update ( this dbUpdateQuery, |
Specifies the target table to update.
|
|
Update ( this dbUpdateQuery, DbExpression>.Func |
Specifies the target table to update.
|
public static Set ( this |
||
dbUpdateQuery | this |
The target |
target | The |
|
valueExpression | The |
|
리턴 | DbQuery |
public static Set ( this |
||
dbUpdateQuery | this |
The target |
columnSelector | DbExpression>.Func | A function used to specify the column to be updated. |
valueSelector | DbExpression>.Func | A function used to specify the new value. |
리턴 | DbQuery |
public static Set ( this |
||
dbUpdateQuery | this |
The target |
columnSelector | DbExpression>.Func | A function used to specify the column to be updated. |
value | object | The new value. |
리턴 | DbQuery |
public static Update ( this dbUpdateQuery, |
||
dbUpdateQuery | this | The target |
target | The |
|
리턴 | DbUpdateQuery |
public static Update ( this dbUpdateQuery, DbExpression>.Func |
||
dbUpdateQuery | this | The target |
targetSelector | DbExpression>.Func | A |
리턴 | DbUpdateQuery |