Click or drag to resize

StiDataTable Constructor (ListIStiMeter, ListObject)

Initializes a new instance of the StiDataTable class

Namespace:  Stimulsoft.Data.Engine
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public StiDataTable(
	List<IStiMeter> meters,
	List<Object[]> rows
)

Parameters

meters
Type: System.Collections.GenericListIStiMeter

[Missing <param name="meters"/> documentation for "M:Stimulsoft.Data.Engine.StiDataTable.#ctor(System.Collections.Generic.List{Stimulsoft.Base.Meters.IStiMeter},System.Collections.Generic.List{System.Object[]})"]

rows
Type: System.Collections.GenericListObject

[Missing <param name="rows"/> documentation for "M:Stimulsoft.Data.Engine.StiDataTable.#ctor(System.Collections.Generic.List{Stimulsoft.Base.Meters.IStiMeter},System.Collections.Generic.List{System.Object[]})"]

See Also