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