Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TestType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTestType(TestType testType)
 {
     base.AddObject("TestType", testType);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new TestType object.
 /// </summary>
 /// <param name="testTypeID">Initial value of the TestTypeID property.</param>
 public static TestType CreateTestType(global::System.Int32 testTypeID)
 {
     TestType testType = new TestType();
     testType.TestTypeID = testTypeID;
     return testType;
 }