/// <summary> /// Create a new rb_Articles_st object. /// </summary> /// <param name="itemID">Initial value of the ItemID property.</param> /// <param name="moduleID">Initial value of the ModuleID property.</param> public static rb_Articles_st Createrb_Articles_st(global::System.Int32 itemID, global::System.Int32 moduleID) { rb_Articles_st rb_Articles_st = new rb_Articles_st(); rb_Articles_st.ItemID = itemID; rb_Articles_st.ModuleID = moduleID; return rb_Articles_st; }
/// <summary> /// Deprecated Method for adding a new object to the rb_Articles_st EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorb_Articles_st(rb_Articles_st rb_Articles_st) { base.AddObject("rb_Articles_st", rb_Articles_st); }