/// <summary> /// Deprecated Method for adding a new object to the ComentariuViews EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToComentariuViews(ComentariuView comentariuView) { base.AddObject("ComentariuViews", comentariuView); }
/// <summary> /// Create a new ComentariuView object. /// </summary> /// <param name="expr1">Initial value of the Expr1 property.</param> /// <param name="usr">Initial value of the Usr property.</param> /// <param name="id">Initial value of the ID property.</param> /// <param name="textCampanie">Initial value of the TextCampanie property.</param> /// <param name="fK_Real">Initial value of the FK_Real property.</param> /// <param name="fK_User">Initial value of the FK_User property.</param> /// <param name="data">Initial value of the Data property.</param> /// <param name="expr2">Initial value of the Expr2 property.</param> public static ComentariuView CreateComentariuView(global::System.Int32 expr1, global::System.String usr, global::System.Int32 id, global::System.String textCampanie, global::System.Int32 fK_Real, global::System.Int32 fK_User, global::System.DateTime data, global::System.Int32 expr2) { ComentariuView comentariuView = new ComentariuView(); comentariuView.Expr1 = expr1; comentariuView.Usr = usr; comentariuView.ID = id; comentariuView.TextCampanie = textCampanie; comentariuView.FK_Real = fK_Real; comentariuView.FK_User = fK_User; comentariuView.Data = data; comentariuView.Expr2 = expr2; return comentariuView; }