GetFieldType(String) Method
 
            Gets the 
System.Type that is the data type of the object.
 
            
            
            
            
            
            
            
            'Declaration
 
Public Overloads Function GetFieldType( _
   ByVal  As String _
) As Type
             
        
            
            public Type GetFieldType( 
   string 
)
             
        
             
        
            Parameters
- name
 
- The name of the column.
 
            
            Return Value
The 
System.Type that is the data type of the object.