JoanCEdwards.DAO.ExamQuestion.ExamQuestion C# (CSharp) Method

ExamQuestion() public method

public ExamQuestion ( ) : System.Data.Linq
return System.Data.Linq
		public ExamQuestion()
		{
			this._Question = default(EntityRef<Question>);
			this._Exam = default(EntityRef<Exam>);
			OnCreated();
		}