/// <summary>
        /// Create a new TestEntityDoNotAlter object.
        /// </summary>
        /// <param name="key">Initial value of Key.</param>
        public static TestEntityDoNotAlter CreateTestEntityDoNotAlter(int key)
        {
            TestEntityDoNotAlter testEntityDoNotAlter = new TestEntityDoNotAlter();

            testEntityDoNotAlter.Key = key;
            return(testEntityDoNotAlter);
        }
 /// <summary>
 /// There are no comments for TestEntityDoNotAlterSet in the schema.
 /// </summary>
 public void AddToTestEntityDoNotAlterSet(TestEntityDoNotAlter testEntityDoNotAlter)
 {
     base.AddObject("TestEntityDoNotAlterSet", testEntityDoNotAlter);
 }
 /// <summary>
 /// Create a new TestEntityDoNotAlter object.
 /// </summary>
 /// <param name="key">Initial value of Key.</param>
 public static TestEntityDoNotAlter CreateTestEntityDoNotAlter(int key)
 {
     TestEntityDoNotAlter testEntityDoNotAlter = new TestEntityDoNotAlter();
     testEntityDoNotAlter.Key = key;
     return testEntityDoNotAlter;
 }
 /// <summary>
 /// There are no comments for TestEntityDoNotAlterSet in the schema.
 /// </summary>
 public void AddToTestEntityDoNotAlterSet(TestEntityDoNotAlter testEntityDoNotAlter)
 {
     base.AddObject("TestEntityDoNotAlterSet", testEntityDoNotAlter);
 }