In This Topic
            
            Gets the value of the specified column in its native format.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Overrides Function GetValue( _
   ByVal  As Integer _
) As Object
             
        
            
            public override object GetValue( 
   int 
)
             
        
             
        
            Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value to return.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also