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