/// <summary> /// Deprecated Method for adding a new object to the vw_CompaniesInAuction EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovw_CompaniesInAuction(vw_CompaniesInAuction vw_CompaniesInAuction) { base.AddObject("vw_CompaniesInAuction", vw_CompaniesInAuction); }
/// <summary> /// Create a new vw_CompaniesInAuction object. /// </summary> /// <param name="auctionId">Initial value of the AuctionId property.</param> /// <param name="userId">Initial value of the UserId property.</param> /// <param name="userName">Initial value of the UserName property.</param> public static vw_CompaniesInAuction Createvw_CompaniesInAuction(global::System.Int32 auctionId, global::System.Guid userId, global::System.String userName) { vw_CompaniesInAuction vw_CompaniesInAuction = new vw_CompaniesInAuction(); vw_CompaniesInAuction.AuctionId = auctionId; vw_CompaniesInAuction.UserId = userId; vw_CompaniesInAuction.UserName = userName; return vw_CompaniesInAuction; }