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