Ext.Net.MVC.Demo.Models.Shipper.Shipper C# (CSharp) Method

Shipper() public method

public Shipper ( ) : System.Data.Linq
return System.Data.Linq
		public Shipper()
		{
			this._Orders = new EntitySet<Order>(new Action<Order>(this.attach_Orders), new Action<Order>(this.detach_Orders));
			OnCreated();
		}