示例#1
0
 public override DataTable Clone()
 {
     QuestionResultsData.QuestionsDataTable table = (QuestionResultsData.QuestionsDataTable)base.Clone();
     table.InitVars();
     return(table);
 }
示例#2
0
 internal QuestionsRow(DataRowBuilder rb) : base(rb)
 {
     this.tableQuestions = (QuestionResultsData.QuestionsDataTable)base.Table;
 }
 internal QuestionsRow(DataRowBuilder rb) : base(rb)
 {
     this.tableQuestions = (QuestionResultsData.QuestionsDataTable) base.Table;
 }