Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Istoric_Animal_Tranzact EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIstoric_Animal_Tranzact(Istoric_Animal_Tranzact istoric_Animal_Tranzact)
 {
     base.AddObject("Istoric_Animal_Tranzact", istoric_Animal_Tranzact);
 }
Example #2
0
 /// <summary>
 /// Create a new Istoric_Animal_Tranzact object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fK_ID_Vanzator">Initial value of the FK_ID_Vanzator property.</param>
 /// <param name="fK_ID_Cumparator">Initial value of the FK_ID_Cumparator property.</param>
 /// <param name="fK_Animale">Initial value of the FK_Animale property.</param>
 /// <param name="mijlocTransport">Initial value of the MijlocTransport property.</param>
 /// <param name="data">Initial value of the Data property.</param>
 /// <param name="pret">Initial value of the Pret property.</param>
 /// <param name="numar">Initial value of the Numar property.</param>
 public static Istoric_Animal_Tranzact CreateIstoric_Animal_Tranzact(global::System.Int64 id, global::System.Int32 fK_ID_Vanzator, global::System.Int32 fK_ID_Cumparator, global::System.Byte fK_Animale, global::System.String mijlocTransport, global::System.DateTime data, global::System.Decimal pret, global::System.Int16 numar)
 {
     Istoric_Animal_Tranzact istoric_Animal_Tranzact = new Istoric_Animal_Tranzact();
     istoric_Animal_Tranzact.ID = id;
     istoric_Animal_Tranzact.FK_ID_Vanzator = fK_ID_Vanzator;
     istoric_Animal_Tranzact.FK_ID_Cumparator = fK_ID_Cumparator;
     istoric_Animal_Tranzact.FK_Animale = fK_Animale;
     istoric_Animal_Tranzact.MijlocTransport = mijlocTransport;
     istoric_Animal_Tranzact.Data = data;
     istoric_Animal_Tranzact.Pret = pret;
     istoric_Animal_Tranzact.Numar = numar;
     return istoric_Animal_Tranzact;
 }