CSV Reports
CsvDataReader Class Members
Properties  Methods 


KellermanSoftware.CsvReports Namespace : CsvDataReader Class

The following tables list the members exposed by CsvDataReader.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets a value indicating the depth of nesting for the current row.  
Public Property Gets the field count. (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Property Gets a value indicating whether the data reader is closed.  
Public Property Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.  
Top
Public Methods
 NameDescription
Public MethodCloses the System.Data.IDataReader Object.  
Public Method Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public Method Parse column value to boolean (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parse column value into a byte (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Not Supported (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parse column value into a char (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Not Supported (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public MethodReturns an System.Data.IDataReader for the specified column ordinal.  
Public Method Gets the name of the data type. (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parses column value into an datetime (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parses column value into a decimal (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parses column value into a double (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Gets the type of the field. (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parses column value into a float (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parse column value into a GUID (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parses column value into an Int16 (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parses column value into an Int32 (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Parses column value into an Int64 (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Gets the name of a column (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Gets the ordinal for the name (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public MethodReturns a System.Data.DataTable that describes the column metadata of the System.Data.IDataReader.  
Public Method Parses column value into an string (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Gets the value. (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Not Supported (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Always returns false. CSV files cannot have DBNull values (Inherited from KellermanSoftware.CsvReports.BaseReader)
Public Method Advances the data reader to the next result, when reading the results of batch SQL statements.  
Public MethodAdvances the System.Data.IDataReader to the next record.  
Top
Protected Methods
 NameDescription
Protected Method Gets the column list. (Inherited from KellermanSoftware.CsvReports.BaseReader)
Top
See Also

Reference

CsvDataReader Class
KellermanSoftware.CsvReports Namespace