Southwind.Load.CustomerDemographic.CustomerDemographic C# (CSharp) 메소드

CustomerDemographic() 공개 메소드

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