GetProviderSpecificFieldType(String) Method
Returns the provider-specific field type of the specified column.
public Type GetProviderSpecificFieldType(
string
)
'Declaration
Public Overloads Function GetProviderSpecificFieldType( _
ByVal As String _
) As Type
Parameters
- name
- The name of the column.
Return Value
The provider-specific field type of the specified column.