JoanCEdwards.DAO.ExamQuestion.ExamQuestion C# (CSharp) Метод

ExamQuestion() публичный Метод

public ExamQuestion ( ) : System.Data.Linq
Результат System.Data.Linq
		public ExamQuestion()
		{
			this._Question = default(EntityRef<Question>);
			this._Exam = default(EntityRef<Exam>);
			OnCreated();
		}