1 write to _xPathValue
System.Data.Entity (1)
System\Data\Mapping\FunctionImportMapping.cs (1)
585this._xPathValue = EntityUtil.CheckArgumentNull(columnValue, "columnValue");
2 references to _xPathValue
System.Data.Entity (2)
System\Data\Mapping\FunctionImportMapping.cs (2)
594get { return new ValueCondition(_xPathValue.Value); } 640return _xPathValue.ValueAs(columnValueType);