Class SdkInMemoryIterator
Inheritance
System.Object
SdkInMemoryIterator
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class SdkInMemoryIterator : Object
Constructors
SdkInMemoryIterator(List<TableSchemaColumn>, IEnumerable<IEnumerable<Object>>)
Declaration
public SdkInMemoryIterator(List<TableSchemaColumn> schema, IEnumerable<IEnumerable<object>> source)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<Infragistics.ReportPlus.DataLayer.TableSchemaColumn> |
schema |
|
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<System.Object>> |
source |
|
Properties
Current
Declaration
public CPList Current { get; }
Property Value
Type |
Description |
Infragistics.CPList |
|
Schema
Declaration
public List<TableSchemaColumn> Schema { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Infragistics.ReportPlus.DataLayer.TableSchemaColumn> |
|
Methods
MoveNext()
Declaration
Returns
Type |
Description |
System.Boolean |
|