DbDataReader.GetProviderSpecificFieldType(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the provider-specific type of the specified column.
public:
virtual Type ^ GetProviderSpecificFieldType(int ordinal);
public virtual Type GetProviderSpecificFieldType (int ordinal);
abstract member GetProviderSpecificFieldType : int -> Type
override this.GetProviderSpecificFieldType : int -> Type
Public Overridable Function GetProviderSpecificFieldType (ordinal As Integer) As Type
Parameters
- ordinal
- Int32
The zero-based column ordinal.
Returns
A provider-specific .NET type.
Exceptions
The column index is out of range.
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.