/// <summary>
 /// Deprecated Method for adding a new object to the DBDeviceTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDBDeviceTypes(DBDeviceType dBDeviceType)
 {
     base.AddObject("DBDeviceTypes", dBDeviceType);
 }
 /// <summary>
 /// Create a new DBDeviceType object.
 /// </summary>
 /// <param name="device_type1">Initial value of the device_type1 property.</param>
 /// <param name="device_description">Initial value of the device_description property.</param>
 public static DBDeviceType CreateDBDeviceType(global::System.String device_type1, global::System.String device_description)
 {
     DBDeviceType dBDeviceType = new DBDeviceType();
     dBDeviceType.device_type1 = device_type1;
     dBDeviceType.device_description = device_description;
     return dBDeviceType;
 }