/// <summary> /// Create a new map object. /// </summary> /// <param name="old">Initial value of the old property.</param> /// <param name="new">Initial value of the new property.</param> public static map Createmap(global::System.Int64 old, global::System.Int64 @new) { map map = new map(); map.old = old; map.@new = @new; return map; }
/// <summary> /// Deprecated Method for adding a new object to the maps EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTomaps(map map) { base.AddObject("maps", map); }