/// <summary> /// Create a new S_SALDO object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="areaID">Initial value of the AreaID property.</param> /// <param name="dateSaldo">Initial value of the DateSaldo property.</param> /// <param name="v">Initial value of the V property.</param> public static S_SALDO CreateS_SALDO(global::System.Int32 id, global::System.Int32 areaID, global::System.DateTime dateSaldo, global::System.Decimal v) { S_SALDO s_SALDO = new S_SALDO(); s_SALDO.ID = id; s_SALDO.AreaID = areaID; s_SALDO.DateSaldo = dateSaldo; s_SALDO.V = v; return s_SALDO; }
/// <summary> /// Deprecated Method for adding a new object to the S_SALDO EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToS_SALDO(S_SALDO s_SALDO) { base.AddObject("S_SALDO", s_SALDO); }