In This Topic
            
            Initializes a new instance of the 
DB2Clob structure, setting the 
Value property to the provided 
System.String.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String _
)
             
        
            
        
             
        
            Parameters
- value
- The System.String to be stored in the Value property.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also