Overload List
| Name | Description | |
|---|---|---|
| DeleteData |
Delete sample data
| |
| DeleteData(String) |
Deletes the data in the database based on the given where condition.
(Inherited from AbstractInfoProvider TInfo, TProvider .) | |
| DeleteData(IWhereCondition) |
Deletes the data in the database based on the given where condition.
(Inherited from AbstractInfoProvider TInfo, TProvider .) | |
| DeleteData(Action ObjectQuery TInfo ) |
Deletes the data in the database based on the given where condition.
(Inherited from AbstractInfoProvider TInfo, TProvider .) |
See Also