/// <summary>
 /// Deprecated Method for adding a new object to the WorksheetChars EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWorksheetChars(WorksheetChar worksheetChar)
 {
     base.AddObject("WorksheetChars", worksheetChar);
 }
 /// <summary>
 /// Create a new WorksheetChar object.
 /// </summary>
 /// <param name="worksheetID">Initial value of the WorksheetID property.</param>
 /// <param name="prodCharCD">Initial value of the ProdCharCD property.</param>
 /// <param name="internalName">Initial value of the InternalName property.</param>
 public static WorksheetChar CreateWorksheetChar(global::System.Decimal worksheetID, global::System.String prodCharCD, global::System.String internalName)
 {
     WorksheetChar worksheetChar = new WorksheetChar();
     worksheetChar.WorksheetID = worksheetID;
     worksheetChar.ProdCharCD = prodCharCD;
     worksheetChar.InternalName = internalName;
     return worksheetChar;
 }