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