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