Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TestResults EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTestResults(TestResult testResult)
 {
     base.AddObject("TestResults", testResult);
 }
Example #2
0
 /// <summary>
 /// Create a new TestResult object.
 /// </summary>
 /// <param name="testResultID">Initial value of the TestResultID property.</param>
 public static TestResult CreateTestResult(global::System.Int32 testResultID)
 {
     TestResult testResult = new TestResult();
     testResult.TestResultID = testResultID;
     return testResult;
 }