/// <summary> /// Create a new Level1 object. /// </summary> /// <param name="question">Initial value of the Question property.</param> /// <param name="answer">Initial value of the Answer property.</param> /// <param name="qno">Initial value of the Qno property.</param> public static Level1 CreateLevel1(global::System.String question, global::System.String answer, global::System.Int32 qno) { Level1 level1 = new Level1(); level1.Question = question; level1.Answer = answer; level1.Qno = qno; return(level1); }
/// <summary> /// Deprecated Method for adding a new object to the Level1 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLevel1(Level1 level1) { base.AddObject("Level1", level1); }