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