/// <summary> /// Create a new CARPASS object. /// </summary> /// <param name="carPassID">Initial value of the carPassID property.</param> public static CARPASS CreateCARPASS(global::System.Guid carPassID) { CARPASS cARPASS = new CARPASS(); cARPASS.carPassID = carPassID; return(cARPASS); }
/// <summary> /// Deprecated Method for adding a new object to the CARPASS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCARPASS(CARPASS cARPASS) { base.AddObject("CARPASS", cARPASS); }