/// <summary>
 /// Deprecated Method for adding a new object to the DBNMEAFeeds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDBNMEAFeeds(DBNMEAFeeds dBNMEAFeeds)
 {
     base.AddObject("DBNMEAFeeds", dBNMEAFeeds);
 }
 /// <summary>
 /// Create a new DBNMEAFeeds object.
 /// </summary>
 /// <param name="nmea_feed_id">Initial value of the nmea_feed_id property.</param>
 /// <param name="feed_name">Initial value of the feed_name property.</param>
 /// <param name="feed_description">Initial value of the feed_description property.</param>
 /// <param name="subscription_price">Initial value of the subscription_price property.</param>
 /// <param name="ip_address">Initial value of the ip_address property.</param>
 /// <param name="server_port_number">Initial value of the server_port_number property.</param>
 /// <param name="northwest_coordinates">Initial value of the northwest_coordinates property.</param>
 /// <param name="northeast_coordinates">Initial value of the northeast_coordinates property.</param>
 /// <param name="southwest_coordinates">Initial value of the southwest_coordinates property.</param>
 /// <param name="southeast_coordinates">Initial value of the southeast_coordinates property.</param>
 public static DBNMEAFeeds CreateDBNMEAFeeds(global::System.Int32 nmea_feed_id, global::System.String feed_name, global::System.String feed_description, global::System.Decimal subscription_price, global::System.String ip_address, global::System.Int32 server_port_number, global::System.String northwest_coordinates, global::System.String northeast_coordinates, global::System.String southwest_coordinates, global::System.String southeast_coordinates)
 {
     DBNMEAFeeds dBNMEAFeeds = new DBNMEAFeeds();
     dBNMEAFeeds.nmea_feed_id = nmea_feed_id;
     dBNMEAFeeds.feed_name = feed_name;
     dBNMEAFeeds.feed_description = feed_description;
     dBNMEAFeeds.subscription_price = subscription_price;
     dBNMEAFeeds.ip_address = ip_address;
     dBNMEAFeeds.server_port_number = server_port_number;
     dBNMEAFeeds.northwest_coordinates = northwest_coordinates;
     dBNMEAFeeds.northeast_coordinates = northeast_coordinates;
     dBNMEAFeeds.southwest_coordinates = southwest_coordinates;
     dBNMEAFeeds.southeast_coordinates = southeast_coordinates;
     return dBNMEAFeeds;
 }