2 references to SubstringBefore
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
505
case FuncId.
SubstringBefore
: return f.InvokeSubstringBefore(args[0], args[1]);
701
table.Add("substring-before" , new FunctionInfo(FuncId.
SubstringBefore
, 2, 2, argString2));