/// <summary> /// Create a new UserLocation object. /// </summary> /// <param name="userLocID">Initial value of the UserLocID property.</param> public static UserLocation CreateUserLocation(global::System.Int32 userLocID) { UserLocation userLocation = new UserLocation(); userLocation.UserLocID = userLocID; return userLocation; }
/// <summary> /// Deprecated Method for adding a new object to the UserLocations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUserLocations(UserLocation userLocation) { base.AddObject("UserLocations", userLocation); }