| UdtSerializerSetUdtMap Method  | 
            Sets a Udt map for a given Udt name
            
 
Namespace: Dse.SerializationAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic virtual void SetUdtMap(
	string name,
	UdtMap map
)
Parameters
- name
 - Type: SystemString
Fully qualified udt name case sensitive (keyspace.udtName) - map
 - Type: DseUdtMap
 
See Also