1 write to IsReplace
System.Data.Services (1)
System\Data\Services\Parsing\FunctionDescription.cs (1)
78
this.
IsReplace
= name == FunctionNameClrStringReplace;
1 reference to IsReplace
System.Data.Services (1)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1854
if (!this.service.Configuration.DataServiceBehavior.AcceptReplaceFunctionInQuery && functionDescriptions[0].
IsReplace
)