Click or drag to resize

Row Class

Represents an CQL row
Inheritance Hierarchy
SystemObject
  DseRow

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public class Row : IEnumerable<Object>, IEnumerable

The Row type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetColumn
Gets a column information by name. Returns null if not found.
Public methodGetEnumerator
Returns an enumerator that iterates through the row values from the first position to the last one.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Type, Int32)
Gets the stored value in the column specified by index
Public methodGetValue(Type, String)
Gets the stored value in the column specified by name
Public methodGetValueT(Int32)
Gets the stored value in the column specified by index.
Public methodGetValueT(String)
Gets the stored value in the column specified by name.
Public methodIsNull(Int32)
Determines if the value in the column is null
Public methodIsNull(String)
Determines if the value in the column is null
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference