/// <summary>
 /// Create a new www object.
 /// </summary>
 /// <param name="www_id">Initial value of the www_id property.</param>
 /// <param name="www_Type">Initial value of the www_Type property.</param>
 /// <param name="www_value">Initial value of the www_value property.</param>
 /// <param name="www_date_inserted">Initial value of the www_date_inserted property.</param>
 /// <param name="www_us_id_inserted">Initial value of the www_us_id_inserted property.</param>
 public static www Createwww(global::System.Int32 www_id, global::System.Int32 www_Type, global::System.String www_value, global::System.DateTime www_date_inserted, global::System.Int32 www_us_id_inserted)
 {
     www www = new www();
     www.www_id = www_id;
     www.www_Type = www_Type;
     www.www_value = www_value;
     www.www_date_inserted = www_date_inserted;
     www.www_us_id_inserted = www_us_id_inserted;
     return www;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the www EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTowww(www www)
 {
     base.AddObject("www", www);
 }