| MetadataGetUdtDefinitionAsync Method  | 
            Gets the definition associated with a User Defined Type from Cassandra
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic Task<UdtColumnInfo> GetUdtDefinitionAsync(
	string keyspace,
	string typeName
)
Parameters
- keyspace
 - Type: SystemString
 - typeName
 - Type: SystemString
 
Return Value
Type: 
TaskUdtColumnInfo
See Also