Click or drag to resize

DataReaderLazyTimeStepDataLazyListT Constructor

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected TimeStepDataLazyList(
	IResultData resultData,
	DataReaderLazy lazyReader,
	int bufferSize
)

Parameters

resultData
Type: DHI.Mike1D.ResultDataAccessIResultData

[Missing <param name="resultData"/> documentation for "M:DHI.Mike1D.ResultDataAccess.DataReaderLazy.TimeStepDataLazyList`1.#ctor(DHI.Mike1D.ResultDataAccess.IResultData,DHI.Mike1D.ResultDataAccess.DataReaderLazy,System.Int32)"]

lazyReader
Type: DHI.Mike1D.ResultDataAccessDataReaderLazy

[Missing <param name="lazyReader"/> documentation for "M:DHI.Mike1D.ResultDataAccess.DataReaderLazy.TimeStepDataLazyList`1.#ctor(DHI.Mike1D.ResultDataAccess.IResultData,DHI.Mike1D.ResultDataAccess.DataReaderLazy,System.Int32)"]

bufferSize
Type: SystemInt32

[Missing <param name="bufferSize"/> documentation for "M:DHI.Mike1D.ResultDataAccess.DataReaderLazy.TimeStepDataLazyList`1.#ctor(DHI.Mike1D.ResultDataAccess.IResultData,DHI.Mike1D.ResultDataAccess.DataReaderLazy,System.Int32)"]

See Also