Esempio n. 1
0
 internal void DetachCommand(SQLiteCommand pCmd)
 {
     pCmd.UnCompile();
     mpCmds.Remove (pCmd);
 }