Click or drag to resize
UdtSerializerSetUdtMap Method
Sets a Udt map for a given Udt name

Namespace: Dse.Serialization
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public virtual void SetUdtMap(
	string name,
	UdtMap map
)

Parameters

name
Type: SystemString
Fully qualified udt name case sensitive (keyspace.udtName)
map
Type: DseUdtMap
See Also