/// <summary>
 /// Create a new T_WQX_IMPORT_COL_ALIAS object.
 /// </summary>
 /// <param name="iMPORT_COL_ALIAS_IDX">Initial value of the IMPORT_COL_ALIAS_IDX property.</param>
 /// <param name="cOL_NAME">Initial value of the COL_NAME property.</param>
 /// <param name="aLIAS_NAME">Initial value of the ALIAS_NAME property.</param>
 public static T_WQX_IMPORT_COL_ALIAS CreateT_WQX_IMPORT_COL_ALIAS(global::System.Int32 iMPORT_COL_ALIAS_IDX, global::System.String cOL_NAME, global::System.String aLIAS_NAME)
 {
     T_WQX_IMPORT_COL_ALIAS t_WQX_IMPORT_COL_ALIAS = new T_WQX_IMPORT_COL_ALIAS();
     t_WQX_IMPORT_COL_ALIAS.IMPORT_COL_ALIAS_IDX = iMPORT_COL_ALIAS_IDX;
     t_WQX_IMPORT_COL_ALIAS.COL_NAME = cOL_NAME;
     t_WQX_IMPORT_COL_ALIAS.ALIAS_NAME = aLIAS_NAME;
     return t_WQX_IMPORT_COL_ALIAS;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the T_WQX_IMPORT_COL_ALIAS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_WQX_IMPORT_COL_ALIAS(T_WQX_IMPORT_COL_ALIAS t_WQX_IMPORT_COL_ALIAS)
 {
     base.AddObject("T_WQX_IMPORT_COL_ALIAS", t_WQX_IMPORT_COL_ALIAS);
 }