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