Example #1
0
 /// <summary>
 /// Creates a new change group with the specified name.
 /// </summary>
 /// <param name="groupName">The name of the new change group.</param>
 /// <returns>The newly created change group</returns>
 public ChangeGroup CreateChangeGroupForDeltaTable(string groupName)
 {
     return(m_changeGroupManager.CreateForDeltaTable(groupName));
 }