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