Class UdtColumnInfo
Represents the type information associated with a User Defined Type
Inheritance
System.Object
UdtColumnInfo
Implements
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.dll
Syntax
public class UdtColumnInfo : IColumnInfo
Constructors
UdtColumnInfo(String)
Declaration
public UdtColumnInfo(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Properties
Fields
Gets the list of the inner fields contained in the UDT definition
Declaration
public List<ColumnDesc> Fields { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ColumnDesc> |
Name
Fully qualified type name: keyspace.typeName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()