Class CqlColumn
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.dll
Syntax
public class CqlColumn : ColumnDesc
Properties
Index
Index of the column in the rowset
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
CLR Type of the column
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
System.Type |