Home
last modified time | relevance | path

Searched refs:Expr_UndefinedFunction (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Filter/
H A DFilterException.cs146 return _Eval(SR.Format(SR.Expr_UndefinedFunction, name)); in UndefinedFunction()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Filter/
H A DFilterException.cs146 return _Eval(Res.GetString(Res.Expr_UndefinedFunction, name)); in UndefinedFunction()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs66 …public const string Expr_UndefinedFunction = "The expression contains undefined function call {0}(… field in SR