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();
		}