Exemple #1
0
 /// <summary>
 /// Permanently removes this stored procedure from the database.
 /// </summary>
 public void Remove()
 {
     // Permanently delete this stored procedure
     dmoStoredProcedure.Remove();
 }