/// <summary>
 /// Deprecated Method for adding a new object to the ContentViews EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContentViews(ContentViews contentViews)
 {
     base.AddObject("ContentViews", contentViews);
 }
 /// <summary>
 /// Create a new ContentViews object.
 /// </summary>
 /// <param name="cv_key">Initial value of the cv_key property.</param>
 /// <param name="l_id">Initial value of the l_id property.</param>
 /// <param name="cv_content">Initial value of the cv_content property.</param>
 public static ContentViews CreateContentViews(global::System.String cv_key, global::System.Int32 l_id, global::System.String cv_content)
 {
     ContentViews contentViews = new ContentViews();
     contentViews.cv_key = cv_key;
     contentViews.l_id = l_id;
     contentViews.cv_content = cv_content;
     return contentViews;
 }