/// <summary> /// Deprecated Method for adding a new object to the Credit_Limit_Application EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCredit_Limit_Application(Credit_Limit_Application credit_Limit_Application) { base.AddObject("Credit_Limit_Application", credit_Limit_Application); }
/// <summary> /// Create a new Credit_Limit_Application object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="desired_credit_limit">Initial value of the desired_credit_limit property.</param> /// <param name="status">Initial value of the status property.</param> /// <param name="acc_id">Initial value of the acc_id property.</param> public static Credit_Limit_Application CreateCredit_Limit_Application(global::System.Int32 id, global::System.Decimal desired_credit_limit, global::System.String status, global::System.Int32 acc_id) { Credit_Limit_Application credit_Limit_Application = new Credit_Limit_Application(); credit_Limit_Application.id = id; credit_Limit_Application.desired_credit_limit = desired_credit_limit; credit_Limit_Application.status = status; credit_Limit_Application.acc_id = acc_id; return credit_Limit_Application; }