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

Shipper() 공개 메소드

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