/// <summary> /// Deprecated Method for adding a new object to the Positions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPositions(Positions positions) { base.AddObject("Positions", positions); }
/// <summary> /// Create a new Positions object. /// </summary> /// <param name="pK">Initial value of the PK property.</param> /// <param name="employer_FK">Initial value of the Employer_FK property.</param> /// <param name="dateCreated">Initial value of the DateCreated property.</param> public static Positions CreatePositions(global::System.String pK, global::System.String employer_FK, global::System.DateTime dateCreated) { Positions positions = new Positions(); positions.PK = pK; positions.Employer_FK = employer_FK; positions.DateCreated = dateCreated; return positions; }