//	ψȏ̒Pi𒊏oB
foreach (TypedDataSet.ProductsRow r in this.dataSet.Products.Select("UnitPrice >= Avg(UnitPrice)"))
{
	//	iɑ΂鏈B
}
