Esempio n. 1
0
 /// <summary>
 /// Deletes attribute specified by ID.
 /// </summary>
 /// <param name="ID">The unique ID of the attribute to be deleted.</param>
 /// <returns></returns>
 public static bool Delete(Connection Connection, string ID)
 {
     return(_AttrLoader.Delete(Connection, ID));
 }