KeyspaceMetadataGetFunction Method  | 
 
            Gets a CQL function by name and signature
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic FunctionMetadata GetFunction(
	string functionName,
	string[] signature
)
Parameters
- functionName
 - Type: SystemString
 - signature
 - Type: SystemString
 
Return Value
Type: 
FunctionMetadataThe function metadata or null if not found.
See Also