/// <summary> /// Deprecated Method for adding a new object to the Tranzacties EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTranzacties(Tranzactie tranzactie) { base.AddObject("Tranzacties", tranzactie); }
/// <summary> /// Create a new Tranzactie object. /// </summary> /// <param name="vanzator">Initial value of the Vanzator property.</param> /// <param name="cumparator">Initial value of the Cumparator property.</param> /// <param name="nume">Initial value of the Nume property.</param> /// <param name="numar">Initial value of the Numar property.</param> /// <param name="expr1">Initial value of the Expr1 property.</param> public static Tranzactie CreateTranzactie(global::System.String vanzator, global::System.String cumparator, global::System.String nume, global::System.Int16 numar, global::System.String expr1) { Tranzactie tranzactie = new Tranzactie(); tranzactie.Vanzator = vanzator; tranzactie.Cumparator = cumparator; tranzactie.Nume = nume; tranzactie.Numar = numar; tranzactie.Expr1 = expr1; return tranzactie; }