Method | Description | |
---|---|---|
ResolveFunction ( this resolver, IQuery context, string name ) : IFunction | ||
ResolveFunction ( this resolver, IQuery query, string name, |
||
ResolveFunction ( this resolver, string name ) : IFunction |
Checks if a function matched against the given request represents an aggregate function.
|
public static ResolveFunction ( this resolver, IQuery context, string name ) : IFunction | ||
resolver | this | |
context | IQuery | |
name | string | |
return | IFunction |
public static ResolveFunction ( this resolver, IQuery query, string name, |
||
resolver | this | |
query | IQuery | |
name | string | |
args | ||
return | IFunction |
public static ResolveFunction ( this resolver, string name ) : IFunction | ||
resolver | this | The routine resolver. |
name | string | |
return | IFunction |