public override DataTable Clone() { AuthorDataTable cln = ((AuthorDataTable)(base.Clone())); cln.InitVars(); return(cln); }
public override global::System.Data.DataTable Clone() { AuthorDataTable cln = ((AuthorDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tableAuthor = ((AuthorDataTable)(this.Tables["Author"])); if ((this.tableAuthor != null)) { this.tableAuthor.InitVars(); } }
private void InitClass() { this.DataSetName = "BookHomeDataset"; this.Prefix = ""; this.Namespace = "http://tempuri.org/BookHomeDataset.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableAuthor = new AuthorDataTable(); base.Tables.Add(this.tableAuthor); }
internal void InitVars(bool initTable) { this.tableAuthor = ((AuthorDataTable)(base.Tables["Author"])); if ((initTable == true)) { if ((this.tableAuthor != null)) { this.tableAuthor.InitVars(); } } }
private void InitClass() { this.DataSetName = "AuthorDataSet"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/AuthorDataSet.xsd"; this.Locale = new System.Globalization.CultureInfo("en-US"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableAuthor = new AuthorDataTable(); this.Tables.Add(this.tableAuthor); }
internal AuthorRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableAuthor = ((AuthorDataTable)(this.Table)); }
internal AuthorRow(DataRowBuilder rb) : base(rb) { this.tableAuthor = ((AuthorDataTable)(this.Table)); }