UdtSerializerSetUdtMap Method |
Sets a Udt map for a given Udt name
Namespace: Dse.SerializationAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax 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