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