JAMS Developer Guide
DataFormatter Constructor


MVPSI.JAMS.Activities.Oracle Namespace > DataFormatter Class : DataFormatter Constructor
The data source to read from
Prints rows from data source, formatting it into a table
Syntax
'Declaration
 
Public Function New( _
   ByVal dataReader As System.Data.IDataReader, _
   ByVal textWriters As System.Collections.Generic.List(Of TextWriter) _
)
'Usage
 
Dim dataReader As System.Data.IDataReader
Dim textWriters As System.Collections.Generic.List(Of TextWriter)
 
Dim instance As New DataFormatter(dataReader, textWriters)
public DataFormatter( 
   System.Data.IDataReader dataReader,
   System.Collections.Generic.List<TextWriter> textWriters
)

Parameters

dataReader
The data source to read from
textWriters
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataFormatter Class
DataFormatter Members