Data.Project.Project C# (CSharp) Method

Project() public method

public Project ( ) : System.Data.Linq
return System.Data.Linq
		public Project()
		{
			this._Bugs = new EntitySet<Bug>(new Action<Bug>(this.attach_Bugs), new Action<Bug>(this.detach_Bugs));
			OnCreated();
		}