/// <summary>
 /// Create a new EntRobotRundeData object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="robotId">Initial value of the RobotId property.</param>
 public static EntRobotRundeData CreateEntRobotRundeData(global::System.Int32 id, global::System.Int32 robotId)
 {
     EntRobotRundeData entRobotRundeData = new EntRobotRundeData();
     entRobotRundeData.Id = id;
     entRobotRundeData.RobotId = robotId;
     return entRobotRundeData;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the EntRobotRundeDataSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEntRobotRundeDataSet(EntRobotRundeData entRobotRundeData)
 {
     base.AddObject("EntRobotRundeDataSet", entRobotRundeData);
 }