←Select platform

Get<T> Method

Summary

Retrieves a previously registered data access service of the specified type.

Syntax

C#
VB
C++
public T Get<T>()
Public Function Get(Of T)() As T
public: 
_T^_ Getgeneric<typename T> 
(); 

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.DataAccessLayer Assembly
Click or drag to resize