| MetadataGetFunction Method  | 
            Gets the definition associated with a User Defined Function from Cassandra
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.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