/// <summary> /// Create a new work_rating_raw object. /// </summary> /// <param name="work">Initial value of the work property.</param> /// <param name="editor">Initial value of the editor property.</param> /// <param name="rating">Initial value of the rating property.</param> public static work_rating_raw Creatework_rating_raw(global::System.Int32 work, global::System.Int32 editor, global::System.Int16 rating) { work_rating_raw work_rating_raw = new work_rating_raw(); work_rating_raw.work = work; work_rating_raw.editor = editor; work_rating_raw.rating = rating; return work_rating_raw; }
/// <summary> /// Deprecated Method for adding a new object to the work_rating_raw EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTowork_rating_raw(work_rating_raw work_rating_raw) { base.AddObject("work_rating_raw", work_rating_raw); }