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