/// <summary> /// Deprecated Method for adding a new object to the Connections1 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToConnections1(Connection connection) { base.AddObject("Connections1", connection); }
/// <summary> /// Create a new Connection object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="basewordId">Initial value of the BasewordId property.</param> /// <param name="gramfunctionId">Initial value of the GramfunctionId property.</param> /// <param name="flexionId">Initial value of the FlexionId property.</param> public static Connection CreateConnection(global::System.Int64 id, global::System.Int32 basewordId, global::System.Int64 gramfunctionId, global::System.Int64 flexionId) { Connection connection = new Connection(); connection.Id = id; connection.BasewordId = basewordId; connection.GramfunctionId = gramfunctionId; connection.FlexionId = flexionId; return connection; }