/// <summary>
 /// Deprecated Method for adding a new object to the Connections EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToConnections(Connections connections)
 {
     base.AddObject("Connections", connections);
 }
 /// <summary>
 /// Create a new Connections object.
 /// </summary>
 /// <param name="connectionId">Initial value of the ConnectionId property.</param>
 public static Connections CreateConnections(global::System.Int32 connectionId)
 {
     Connections connections = new Connections();
     connections.ConnectionId = connectionId;
     return connections;
 }