Struct DataSetChain
Represents DataSet bottom-up chain in aggregate expression.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public struct DataSetChain
Properties
| Name | Description |
|---|---|
| HasNext | Gets a value indicates whether there is next item in the chain. |
| Item[Int32] | Gets the DataRow at specified index. |
| RowCount | Gets the row count of current DataSet. |
Methods
| Name | Description |
|---|---|
| Next(DataRow) | Gets next DataSet chain for specified DataRow. |