Southwind.Load.CustomerDemographic.CustomerDemographic C# (CSharp) Method

CustomerDemographic() public method

public CustomerDemographic ( ) : System.Data.Linq
return System.Data.Linq
		public CustomerDemographic()
		{
			this._CustomerCustomerDemos = new EntitySet<CustomerCustomerDemo>(new Action<CustomerCustomerDemo>(this.attach_CustomerCustomerDemos), new Action<CustomerCustomerDemo>(this.detach_CustomerCustomerDemos));
			OnCreated();
		}