/// <summary> /// Create a new EmpFace object. /// </summary> /// <param name="empID">Initial value of the EmpID property.</param> public static EmpFace CreateEmpFace(global::System.Int32 empID) { EmpFace empFace = new EmpFace(); empFace.EmpID = empID; return empFace; }
/// <summary> /// Deprecated Method for adding a new object to the EmpFaces EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToEmpFaces(EmpFace empFace) { base.AddObject("EmpFaces", empFace); }