Removes a previously registered data access service of the specified type.
            
            
            
            
            
            
            
        
            
            'Declaration
 
Public Function Remove(Of )() As 
             
        
            
            'Usage
 
Dim instance As DataAccessServices
Dim value As 
 
value = instance.Remove(Of T)()
             
        
            
        
            
        
            
            public:
 Removegeneric<typename >
(); 
             
        
             
        
            
            Type Parameters
- T
- The type of the data access object to be unregistered.
Return Value
The data access object that was removed. Default T value will be returned if no object registered with this type.