[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]internal void InitVars(bool initTable)
		{
			this.tableSPMaster = (SPMasterDataTable) (base.Tables["SPMaster"]);
			if (initTable == true)
			{
				if (this.tableSPMaster != null)
				{
					this.tableSPMaster.InitVars();
				}
			}
			this.tableSPNotes = (SPNotesDataTable) (base.Tables["SPNotes"]);
			if (initTable == true)
			{
				if (this.tableSPNotes != null)
				{
					this.tableSPNotes.InitVars();
				}
			}
			this.tableSPAutoId = (SPAutoIdDataTable) (base.Tables["SPAutoId"]);
			if (initTable == true)
			{
				if (this.tableSPAutoId != null)
				{
					this.tableSPAutoId.InitVars();
				}
			}
			this.tableSPCompany = (SPCompanyDataTable) (base.Tables["SPCompany"]);
			if (initTable == true)
			{
				if (this.tableSPCompany != null)
				{
					this.tableSPCompany.InitVars();
				}
			}
			this.tableSPPayMode = (SPPayModeDataTable) (base.Tables["SPPayMode"]);
			if (initTable == true)
			{
				if (this.tableSPPayMode != null)
				{
					this.tableSPPayMode.InitVars();
				}
			}
			this.tableSPLookup = (SPLookupDataTable) (base.Tables["SPLookup"]);
			if (initTable == true)
			{
				if (this.tableSPLookup != null)
				{
					this.tableSPLookup.InitVars();
				}
			}
		}
		[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]private void InitClass()
		{
			this.DataSetName = "SPDataProxy";
			this.Prefix = "";
			this.Namespace = "http://tempuri.org/SPDataProxy.xsd";
			this.EnforceConstraints = true;
			this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
			this.tableSPMaster = new SPMasterDataTable();
			base.Tables.Add(this.tableSPMaster);
			this.tableSPNotes = new SPNotesDataTable();
			base.Tables.Add(this.tableSPNotes);
			this.tableSPAutoId = new SPAutoIdDataTable();
			base.Tables.Add(this.tableSPAutoId);
			this.tableSPCompany = new SPCompanyDataTable();
			base.Tables.Add(this.tableSPCompany);
			this.tableSPPayMode = new SPPayModeDataTable();
			base.Tables.Add(this.tableSPPayMode);
			this.tableSPLookup = new SPLookupDataTable();
			base.Tables.Add(this.tableSPLookup);
		}
			[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]internal SPNotesRow(global::System.Data.DataRowBuilder rb) : base(rb)
			{
				this.tableSPNotes = (SPNotesDataTable) this.Table;
			}