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