/// <summary> /// Deprecated Method for adding a new object to the Query4 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToQuery4(Query4 query4) { base.AddObject("Query4", query4); }
/// <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; }