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