DataWriter WriteCore Method (Stream, DataTable, IEnumerable Int32 , IEnumerable String ) TIBCO Spotfire 7.0 API Reference
Writes data from a DataTable to the specified stream.

Namespace: Spotfire.Dxp.Data.Export
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

protected abstract void WriteCore(
	Stream stream,
	DataTable dataTable,
	IEnumerable<int> rowIndexes,
	IEnumerable<string> columnNames
)

Parameters

stream
Type: System.IO Stream
dataTable
Type: Spotfire.Dxp.Data DataTable
rowIndexes
Type: System.Collections.Generic IEnumerable Int32 
columnNames
Type: System.Collections.Generic IEnumerable String 
Remarks

This method is called by the Write method. Override this method to implement a DataWriter.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also