Exemplo n.º 1
0
 /// <summary>
 /// Create a new tblRoutes object.
 /// </summary>
 /// <param name="routeID">Initial value of the RouteID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="regionId">Initial value of the RegionId property.</param>
 /// <param name="iM_DateCreated">Initial value of the IM_DateCreated property.</param>
 /// <param name="iM_DateLastUpdated">Initial value of the IM_DateLastUpdated property.</param>
 /// <param name="iM_Status">Initial value of the IM_Status property.</param>
 public static tblRoutes CreatetblRoutes(global::System.Guid routeID, global::System.String name, global::System.Guid regionId, global::System.DateTime iM_DateCreated, global::System.DateTime iM_DateLastUpdated, global::System.Int32 iM_Status)
 {
     tblRoutes tblRoutes = new tblRoutes();
     tblRoutes.RouteID = routeID;
     tblRoutes.Name = name;
     tblRoutes.RegionId = regionId;
     tblRoutes.IM_DateCreated = iM_DateCreated;
     tblRoutes.IM_DateLastUpdated = iM_DateLastUpdated;
     tblRoutes.IM_Status = iM_Status;
     return tblRoutes;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblRoutes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblRoutes(tblRoutes tblRoutes)
 {
     base.AddObject("tblRoutes", tblRoutes);
 }