Пример #1
0
 /// <summary>
 /// Clears this instance.
 /// </summary>
 public void Clear()
 {
     if (PrimaryKey != null)
     {
         PrimaryKey.Keys.Clear();
         PrimaryKey = null;
     }
     Properties.Clear();
     Relations.Clear();
     AllProperties.Clear();
 }