/// <summary> /// Deprecated Method for adding a new object to the LocationLinks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLocationLinks(LocationLink locationLink) { base.AddObject("LocationLinks", locationLink); }
/// <summary> /// Create a new LocationLink object. /// </summary> /// <param name="a">Initial value of the A property.</param> /// <param name="b">Initial value of the B property.</param> /// <param name="username">Initial value of the Username property.</param> /// <param name="created">Initial value of the Created property.</param> public static LocationLink CreateLocationLink(global::System.Int64 a, global::System.Int64 b, global::System.String username, global::System.DateTime created) { LocationLink locationLink = new LocationLink(); locationLink.A = a; locationLink.B = b; locationLink.Username = username; locationLink.Created = created; return locationLink; }