Base:
method
IsConstant
System.Data.ExpressionNode.IsConstant()
2 references to IsConstant
System.Data (2)
fx\src\data\System\Data\Filter\FunctionNode.cs (2)
218if (!this.IsConstant()) { 223if (this.IsConstant()) {