/// <summary>
 /// 创建新的 t_TmpValue 对象。
 /// </summary>
 /// <param name="stationID">StationID 属性的初始值。</param>
 /// <param name="deviceID">DeviceID 属性的初始值。</param>
 /// <param name="channelNO">ChannelNO 属性的初始值。</param>
 public static t_TmpValue Createt_TmpValue(global::System.Int32 stationID, global::System.Int32 deviceID, global::System.Int32 channelNO)
 {
     t_TmpValue t_TmpValue = new t_TmpValue();
     t_TmpValue.StationID = stationID;
     t_TmpValue.DeviceID = deviceID;
     t_TmpValue.ChannelNO = channelNO;
     return t_TmpValue;
 }
 /// <summary>
 /// 用于向 t_TmpValue EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddTot_TmpValue(t_TmpValue t_TmpValue)
 {
     base.AddObject("t_TmpValue", t_TmpValue);
 }