GetProviderSpecificValue(String) Method
 
            Gets the value of the specified column as an instance of 
System.Object 
            
            
            
            
            
            
            
            'Declaration
 
Public Overloads Function GetProviderSpecificValue( _
   ByVal  As String _
) As Object
             
        
            
            public object GetProviderSpecificValue( 
   string 
)
             
        
             
        
            Parameters
- name
 
- The name of the column.
 
            
            Return Value
The provider-specific field type of the specified column.