www.csvreader.com

Initializes a new instance of the SpreadsheetDataReader.Column class using the name of the data type to use for this column.

[Visual Basic]
Public Sub New( _
   ByVal dataType As String _
)
[C#]
public SpreadsheetDataReader.Column(
   string dataType
);

Parameters

dataType
Name of the data type in the database, for example, datetime, varchar, and so on.

See Also

SpreadsheetDataReader.Column Class | DataStreams.Common Namespace