2 references to CreateFunctionCallStatic2
System.Data.Linq (2)
SqlClient\Query\SqlMethodCallConverter.cs (2)
1999
return this.
CreateFunctionCallStatic2
(typeof(double), "ATN2", mc.Arguments, source);
2074
return this.
CreateFunctionCallStatic2
(mc.ClrType, "POWER", mc.Arguments, source);