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