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