Southwind.Load.CustomerDemographic.CustomerDemographic C# (CSharp) Méthode

CustomerDemographic() public méthode

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