Click or drag to resize

UdtColumnInfo Class

Represents the type information associated with a User Defined Type
Inheritance Hierarchy
SystemObject
  CassandraUdtColumnInfo

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public class UdtColumnInfo

The UdtColumnInfo type exposes the following members.

Constructors
  NameDescription
Public methodUdtColumnInfo
Initializes a new instance of the UdtColumnInfo class
Top
Properties
  NameDescription
Public propertyFields
Gets the list of the inner fields contained in the UDT definition
Public propertyName
Fully qualified type name: keyspace.typeName
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also