Creates a new UdtMap for the specified .NET type, optionally mapped to the specified UDT name.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic static UdtMap<T> For<T>(
	string udtName = null,
	string keyspace = null
)
where T : new()
Parameters
- udtName (Optional)
 - Type: SystemString
 - keyspace (Optional)
 - Type: SystemString
 
Type Parameters
- T
 
Return Value
Type: 
UdtMapT
See Also