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