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