/// <summary> /// Create a new challanoutcounter object. /// </summary> /// <param name="challanoutid">Initial value of the challanoutid property.</param> public static challanoutcounter Createchallanoutcounter(global::System.Int64 challanoutid) { challanoutcounter challanoutcounter = new challanoutcounter(); challanoutcounter.challanoutid = challanoutid; return challanoutcounter; }
/// <summary> /// Deprecated Method for adding a new object to the challanoutcounters EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTochallanoutcounters(challanoutcounter challanoutcounter) { base.AddObject("challanoutcounters", challanoutcounter); }