'Declaration
Public Function New( _ ByVal client As IEasyDAClient _ )
'Usage
Dim client As IEasyDAClient Dim instance As New DAClientMapper(client)
public DAClientMapper( IEasyDAClient client )
public: DAClientMapper( IEasyDAClient^ client )
Parameters
- client
- The client object that this mapper will use to make OPC operations.
This is typically the OpcLabs.EasyOpc.DataAccess.EasyDAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).