Name | Description | |
---|---|---|
CsvDataRecord Constructor | Initializes a new instance of the CsvDataRecord class. |
The following tables list the members exposed by CsvDataRecord.
Name | Description | |
---|---|---|
CsvDataRecord Constructor | Initializes a new instance of the CsvDataRecord class. |
Name | Description | |
---|---|---|
FieldCount | Gets the field count. (Inherited from KellermanSoftware.CsvReports.BaseReader) |
Name | Description | |
---|---|---|
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 | Not Supported | |
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) | |
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) |
Name | Description | |
---|---|---|
GetColumnList | Gets the column list. (Inherited from KellermanSoftware.CsvReports.BaseReader) |