/// <summary> /// Deprecated Method for adding a new object to the P20Question EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToP20Question(P20Question p20Question) { base.AddObject("P20Question", p20Question); }
/// <summary> /// Create a new P20Question object. /// </summary> /// <param name="p20QuestionId">Initial value of the P20QuestionId property.</param> /// <param name="type">Initial value of the Type property.</param> public static P20Question CreateP20Question(global::System.Int32 p20QuestionId, global::System.Byte type) { P20Question p20Question = new P20Question(); p20Question.P20QuestionId = p20QuestionId; p20Question.Type = type; return p20Question; }