MetadataGetFunction Method  | 
 
            Gets the definition associated with a User Defined Function from Cassandra
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic FunctionMetadata GetFunction(
	string keyspace,
	string name,
	string[] signature
)
Parameters
- keyspace
 - Type: SystemString
 - name
 - Type: SystemString
 - signature
 - Type: SystemString
 
Return Value
Type: 
FunctionMetadataThe function metadata or null if not found.
See Also