We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939431e commit b029393Copy full SHA for b029393
src/SQLite.Net/SQLiteConnection.cs
@@ -1739,9 +1739,6 @@ public int DeleteAll<T>()
1739
/// <returns>
1740
/// The number of objects deleted.
1741
/// </returns>
1742
- /// <typeparam name='T'>
1743
- /// The type of objects to delete.
1744
- /// </typeparam>
1745
[PublicAPI]
1746
public int DeleteAll(Type t)
1747
{
0 commit comments