AbstractInfoProvider<TInfo, TProvider>.DeleteData Method |
Name | Description | |
---|---|---|
![]() | DeleteData(String) |
Deletes the data in the database based on the given where condition.
|
![]() | DeleteData(IWhereCondition) |
Deletes the data in the database based on the given where condition.
|
![]() | DeleteData(Action<ObjectQuery<TInfo>>) |
Deletes the data in the database based on the given where condition.
|