CSV Reports
CsvDataRecord Class Members
Properties  Methods 


KellermanSoftware.CsvReports Namespace : CsvDataRecord Class

The following tables list the members exposed by CsvDataRecord.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the CsvDataRecord class.  
Top
Public Properties
 NameDescription
Public Property Gets the field count. (Inherited from KellermanSoftware.CsvReports.BaseReader)
Top
Public Methods
 NameDescription
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 Method Not Supported  
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 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)
Top
Protected Methods
 NameDescription
Protected Method Gets the column list. (Inherited from KellermanSoftware.CsvReports.BaseReader)
Top
See Also

Reference

CsvDataRecord Class
KellermanSoftware.CsvReports Namespace