GetProviderSpecificFieldType(Int32) Method
Gets the
System.Type that is the provider-specific data type of the object.
|
|---|
'Declaration
Public Overloads Overrides Function GetProviderSpecificFieldType( _
ByVal As Integer _
) As Type |
|
|---|
public override Type GetProviderSpecificFieldType(
int
) |
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The
System.Type that is the provider-specific data type of the object.