Retrieves a previously registered data access service of the specified type.
'Declaration
Public Function Get(Of )() As
'Usage
Dim instance As DataAccessServices
Dim value As
value = instance.Get(Of T)()
public:
Getgeneric<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.