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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.