/// <summary> /// Create a new EntRobot object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static EntRobot CreateEntRobot(global::System.Int32 id) { EntRobot entRobot = new EntRobot(); entRobot.Id = id; return entRobot; }
/// <summary> /// Deprecated Method for adding a new object to the EntRobotSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToEntRobotSet(EntRobot entRobot) { base.AddObject("EntRobotSet", entRobot); }