Name | Description | |
---|---|---|
![]() | CsvDataReader Constructor | Overloaded. |
The following tables list the members exposed by CsvDataReader.
Name | Description | |
---|---|---|
![]() | CsvDataReader Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Depth | Gets a value indicating the depth of nesting for the current row. |
![]() | FieldCount | Gets the field count. (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | IsClosed | Gets a value indicating whether the data reader is closed. |
![]() | RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
Name | Description | |
---|---|---|
![]() | Close | Closes the System.Data.IDataReader Object. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | GetBoolean | Parse column value to boolean (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetByte | Parse column value into a byte (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetBytes | Not Supported (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetChar | Parse column value into a char (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetChars | Not Supported (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetData | Returns an System.Data.IDataReader for the specified column ordinal. |
![]() | GetDataTypeName | Gets the name of the data type. (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetDateTime | Parses column value into an datetime (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetDecimal | Parses column value into a decimal (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetDouble | Parses column value into a double (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetFieldType | Gets the type of the field. (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetFloat | Parses column value into a float (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetGuid | Parse column value into a GUID (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetInt16 | Parses column value into an Int16 (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetInt32 | Parses column value into an Int32 (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetInt64 | Parses column value into an Int64 (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetName | Gets the name of a column (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetOrdinal | Gets the ordinal for the name (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetSchemaTable | Returns a System.Data.DataTable that describes the column metadata of the System.Data.IDataReader. |
![]() | GetString | Parses column value into an string (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetValue | Gets the value. (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | GetValues | Not Supported (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | IsDBNull | Always returns false. CSV files cannot have DBNull values (Inherited from KellermanSoftware.CsvReports.BaseReader) |
![]() | NextResult | Advances the data reader to the next result, when reading the results of batch SQL statements. |
![]() | Read | Advances the System.Data.IDataReader to the next record. |
Name | Description | |
---|---|---|
![]() | GetColumnList | Gets the column list. (Inherited from KellermanSoftware.CsvReports.BaseReader) |