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