/// <summary>
 /// Deprecated Method for adding a new object to the DBClientAuthentications EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDBClientAuthentications(DBClientAuthentication dBClientAuthentication)
 {
     base.AddObject("DBClientAuthentications", dBClientAuthentication);
 }
 /// <summary>
 /// Create a new DBClientAuthentication object.
 /// </summary>
 /// <param name="device_id">Initial value of the device_id property.</param>
 /// <param name="device_type">Initial value of the device_type property.</param>
 /// <param name="client_id">Initial value of the client_id property.</param>
 /// <param name="authentication_id">Initial value of the authentication_id property.</param>
 public static DBClientAuthentication CreateDBClientAuthentication(global::System.String device_id, global::System.String device_type, global::System.Int32 client_id, global::System.Int32 authentication_id)
 {
     DBClientAuthentication dBClientAuthentication = new DBClientAuthentication();
     dBClientAuthentication.device_id = device_id;
     dBClientAuthentication.device_type = device_type;
     dBClientAuthentication.client_id = client_id;
     dBClientAuthentication.authentication_id = authentication_id;
     return dBClientAuthentication;
 }