public override global::System.Data.DataTable Clone() { GradesDataTable cln = ((GradesDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableGrades = new GradesDataTable(); base.Tables.Add(this.tableGrades); }
internal void InitVars(bool initTable) { this.tableGrades = ((GradesDataTable)(base.Tables["Grades"])); if ((initTable == true)) { if ((this.tableGrades != null)) { this.tableGrades.InitVars(); } } }
internal GradesRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableGrades = ((GradesDataTable)(this.Table)); }