Class TupleColumnInfo
Represents the information associated with a tuple column.
Inheritance
System.Object
TupleColumnInfo
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 TupleColumnInfo : IColumnInfo
Constructors
TupleColumnInfo()
Declaration
public TupleColumnInfo()
Properties
Elements
Gets the list of the inner fields contained in the UDT definition
Declaration
public List<ColumnDesc> Elements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ColumnDesc> |
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()