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