// Assembly: System.Data
// Full name: System.Data.Aggregate

namespace System.Data
{
public class Aggregate // TypeDefIndex: 8380
{
	// Fields
	type#20890 value__;
	type#14183 None;
	type#14183 Sum;
	type#14183 Avg;
	type#14183 Min;
	type#14183 Max;
	type#14183 Count;
	type#14183 StDev;
	type#14183 Var;
}
}
