Click or drag to resize
KeyspaceMetadataGetFunction Method
Gets a CQL function by name and signature

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public FunctionMetadata GetFunction(
	string functionName,
	string[] signature
)

Parameters

functionName
Type: SystemString
signature
Type: SystemString

Return Value

Type: FunctionMetadata
The function metadata or null if not found.
See Also