SyncEngineIsQueryFunctionExists Method |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsQueryFunctionExists(
string functionName
)
Public Function IsQueryFunctionExists (
functionName As String
) As Boolean
public:
bool IsQueryFunctionExists(
String^ functionName
)
member IsQueryFunctionExists :
functionName : string -> bool
Parameters
- functionName
- Type: SystemString
Return Value
Type:
Boolean
See Also