Example #1
0
 /// <summary>
 /// Create a new TestTable object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="date">Initial value of the Date property.</param>
 public static TestTable CreateTestTable(global::System.Int32 id, global::System.DateTime date)
 {
     TestTable testTable = new TestTable();
     testTable.Id = id;
     testTable.Date = date;
     return testTable;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TestTable EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTestTable(TestTable testTable)
 {
     base.AddObject("TestTable", testTable);
 }