/// <summary> /// Create a new EmpAccess object. /// </summary> /// <param name="accessID">Initial value of the AccessID property.</param> public static EmpAccess CreateEmpAccess(global::System.Int32 accessID) { EmpAccess empAccess = new EmpAccess(); empAccess.AccessID = accessID; return empAccess; }
/// <summary> /// Deprecated Method for adding a new object to the EmpAccesses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToEmpAccesses(EmpAccess empAccess) { base.AddObject("EmpAccesses", empAccess); }