←Select platform

Register<T> Method (DataAccessServices)

Summary

Registers a data access service object with the specified type.

Syntax

C#
VB
C++
public void Register<T>(  
   T service 
) 
Public Sub Register(Of T)( _ 
   ByVal service As T _ 
) 
public: 
void Registergeneric<typename T> 
(  
   _T^_ service 
) 

Parameters

service
The data access object that will be registered.

Type Parameters

T
The type of the service object to be registered with.

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