IFunctionParser2Resolve Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string Resolve(
string functionName,
IAppContext cxt,
IDatabase db,
ResolveOptions options,
params Object[] args
)
Function Resolve (
functionName As String,
cxt As IAppContext,
db As IDatabase,
options As ResolveOptions,
ParamArray args As Object()
) As String
Parameters
- functionName
- Type: SystemString
The name of the function. - cxt
- Type: NetQuarryIAppContext
The application context. - db
- Type: NetQuarryIDatabase
The database against which to resolve, or null. - options
- Type: NetQuarryResolveOptions
Resolution option flags. - args
- Type: SystemObject
Values provided as parameters to the embedded function.
Return Value
Type:
StringThe function resolved to a string.
See Also