NLite.Data.Test.LinqToSql.Shippers.Shippers C# (CSharp) Method

Shippers() public method

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