IAppContextRegisterEmbeddedFunction Method (String, String) |
Registers an embedded function for use in SQL statments. The function name should
not include
the leading lowercase 'fn' associated with embedded functions.
See EmbeddedParser for more information on embedded functions.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax[BrowsableAttribute(false)]
void RegisterEmbeddedFunction(
string functionName,
string replacementValue
)
<BrowsableAttribute(false)>
Sub RegisterEmbeddedFunction (
functionName As String,
replacementValue As String
)
Parameters
- functionName
- Type: SystemString
The name of the function. The name should not include the leading 'fn.' - replacementValue
- Type: SystemString
The replacement value.
Remarks
See Also