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