/// <summary> /// Create a new Clerk object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="record">Initial value of the Record property.</param> /// <param name="tillID">Initial value of the TillID property.</param> public static Clerk CreateClerk(global::System.Guid id, global::System.Int32 record, global::System.Guid tillID) { Clerk clerk = new Clerk(); clerk.ID = id; clerk.Record = record; clerk.TillID = tillID; return clerk; }
/// <summary> /// Deprecated Method for adding a new object to the Clerks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToClerks(Clerk clerk) { base.AddObject("Clerks", clerk); }