Exemple #1
0
 public static bool DbDelete(this TNode entity, SQLiteConnection connection)
 {
     return(entity.dbDelete(connection) == 1);
 }