Name | Description | |
---|---|---|
FieldCount | Gets the field count. |
The following tables list the members exposed by BaseReader.
Name | Description | |
---|---|---|
FieldCount | Gets the field count. |
Name | Description | |
---|---|---|
GetBoolean | Parse column value to boolean | |
GetByte | Parse column value into a byte | |
GetBytes | Not Supported | |
GetChar | Parse column value into a char | |
GetChars | Not Supported | |
GetDataTypeName | Gets the name of the data type. | |
GetDateTime | Parses column value into an datetime | |
GetDecimal | Parses column value into a decimal | |
GetDouble | Parses column value into a double | |
GetFieldType | Gets the type of the field. | |
GetFloat | Parses column value into a float | |
GetGuid | Parse column value into a GUID | |
GetInt16 | Parses column value into an Int16 | |
GetInt32 | Parses column value into an Int32 | |
GetInt64 | Parses column value into an Int64 | |
GetName | Gets the name of a column | |
GetOrdinal | Gets the ordinal for the name | |
GetString | Parses column value into an string | |
GetValue | Gets the value. | |
GetValues | Not Supported | |
IsDBNull | Always returns false. CSV files cannot have DBNull values |
Name | Description | |
---|---|---|
GetColumnList | Gets the column list. |