/// <summary> /// Deprecated Method for adding a new object to the Komentari EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToKomentari(Komentari komentari) { base.AddObject("Komentari", komentari); }
/// <summary> /// Create a new Komentari object. /// </summary> /// <param name="komentarID">Initial value of the KomentarID property.</param> public static Komentari CreateKomentari(global::System.Int32 komentarID) { Komentari komentari = new Komentari(); komentari.KomentarID = komentarID; return komentari; }