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