Click or drag to resize

Row Class

Represents an CQL row
Inheritance Hierarchy
SystemObject
  DseRow

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

The Row type exposes the following members.

Constructors
Properties
Methods
  NameDescription
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 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
Top
See Also

Reference