Method | Description | |
---|---|---|
Delete ( this dbDeleteQuery, |
Creates a DbQuery{TQueryExpression} that is used to delete data from the database.
|
|
Delete ( this dbDeleteQuery, DbExpression>.Func |
Creates a DbQuery{TQueryExpression} that is used to delete data from the database.
|
public static Delete ( this dbDeleteQuery, |
||
dbDeleteQuery | this | The target |
target | The |
|
return | DbDeleteQuery |
public static Delete ( this dbDeleteQuery, DbExpression>.Func |
||
dbDeleteQuery | this | The target |
targetSelector | DbExpression>.Func | A |
return | DbDeleteQuery |