DataTableReader::GetProviderSpecificFieldType Method (Int32)
.NET Framework (current version)
Gets the type of the specified column in provider-specific format.
Assembly: System.Data (in System.Data.dll)
Parameters
- ordinal
-
Type:
System::Int32
The zero-based column ordinal.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index passed was outside the range of 0 to FieldCount - 1. |
| InvalidOperationException | An attempt was made to read or access a column in a closed DataTableReader. |
Because the DataTableReader always returns the type stored within the underlying DataColumn, the value returned by calling the GetProviderSpecificFieldType method always returns the same type as the type stored within the DataTable. When you work with the DataTableReader class, calling the GetProviderSpecificFieldType method returns the same type as calling the GetType method.
.NET Framework
Available since 2.0
Available since 2.0
Show: