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

namespace System.Data
{
public class UnaryNode // TypeDefIndex: 8402
{
	// Fields
	type#20878 _op;
	type#18207 _right;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#16965 table, type#20867 op, type#18205 right) { }
	// RVA: -1
	internal virtual type#28660 Bind(type#16965 table, type#8518 list) { }
	// RVA: -1
	internal virtual type#23705 Eval() { }
	// RVA: -1
	internal virtual type#23705 Eval(type#16926 row, type#16945 version) { }
	// RVA: -1
	internal virtual type#23705 Eval(type#13150 recordNos) { }
	// RVA: -1
	private type#23705 EvalUnaryOp(type#20867 op, type#23705 vl) { }
	// RVA: -1
	internal virtual type#15313 IsConstant() { }
	// RVA: -1
	internal virtual type#15313 IsTableConstant() { }
	// RVA: -1
	internal virtual type#15313 HasLocalAggregate() { }
	// RVA: -1
	internal virtual type#15313 HasRemoteAggregate() { }
	// RVA: -1
	internal virtual type#15313 DependsOn(type#16890 column) { }
	// RVA: -1
	internal virtual type#18205 Optimize() { }
}
}
