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