/// <summary> /// Create a new BILL object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static BILL CreateBILL(global::System.Int32 id) { BILL bILL = new BILL(); bILL.ID = id; return bILL; }
/// <summary> /// Deprecated Method for adding a new object to the BILLs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBILLs(BILL bILL) { base.AddObject("BILLs", bILL); }