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