'Declaration
Protected Function New( _ ByVal client As EasyDAClientCore _ )
'Usage
Dim client As EasyDAClientCore Dim instance As New EasyDAClientCore(client)
protected EasyDAClientCore( EasyDAClientCore client )
protected: EasyDAClientCore( EasyDAClientCore^ client )
Parameters
- client
- Client object to copy from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).