Implicit Type Conversion(DB2Int32,Int32) Operator
                In This Topic
            
            Converts the 
System.Int32 parameter to the 
DB2Int32.
Syntax
            
            
            
            
            'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal  As Integer _
) As DB2Int32
             
        
            
            public DB2Int32 operator implicit( 
   int 
)
             
        
             
        
            Parameters
- source
- The source System.Int32 object to convert.
Return Value
 
            
            
            
            
            
            
            
            
            
            
            See Also