Click or drag to resize
UdtColumnInfo Class
Represents the type information associated with a User Defined Type
Inheritance Hierarchy
SystemObject
  DseUdtColumnInfo

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public class UdtColumnInfo : IColumnInfo

The UdtColumnInfo type exposes the following members.

Constructors
  NameDescription
Public methodUdtColumnInfo
Initializes a new instance of the UdtColumnInfo class
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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
See Also

Reference