public override DataTable Clone() { authorsDataTable cln = ((authorsDataTable)(base.Clone())); cln.InitVars(); return(cln); }
public override global::System.Data.DataTable Clone() { authorsDataTable cln = ((authorsDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tableauthors = ((authorsDataTable)(this.Tables["authors"])); if ((this.tableauthors != null)) { this.tableauthors.InitVars(); } }
private void InitClass() { this.DataSetName = "AuthorsDataSet"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/AuthorsDataSet.xsd"; this.Locale = new System.Globalization.CultureInfo("es-AR"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableauthors = new authorsDataTable(); this.Tables.Add(this.tableauthors); }
private void InitClass() { this.DataSetName = "dset"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/dset.xsd"; this.Locale = new global::System.Globalization.CultureInfo("de-CH"); this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableauthors = new authorsDataTable(); base.Tables.Add(this.tableauthors); }
internal void InitVars(bool initTable) { this.tableauthors = ((authorsDataTable)(base.Tables["authors"])); if ((initTable == true)) { if ((this.tableauthors != null)) { this.tableauthors.InitVars(); } } }
internal authorsRow(DataRowBuilder rb) : base(rb) { this.tableauthors = ((authorsDataTable)(this.Table)); }
private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/DataSet1.xsd"; this.Locale = new System.Globalization.CultureInfo("es-AR"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableauthors = new authorsDataTable(); this.Tables.Add(this.tableauthors); }
internal authorsRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableauthors = ((authorsDataTable)(this.Table)); }