Connectivity Software User's Guide and Reference
UADataSetData Constructor(UADataSetData,Boolean)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetData Class > UADataSetData Constructor : UADataSetData Constructor(UADataSetData,Boolean)
The dataset data to be copied from.

The value of this parameter cannot be null (Nothing in Visual Basic).

If true, the dataset metadata is cloned; otherwise, it is referenced.
Initializes a new instance of the class as a copy of another dataset data object, with an option to clone the metadata.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataSetData As UADataSetData, _
   ByVal cloneDataSetMetaData As Boolean _
)
'Usage
 
Dim dataSetData As UADataSetData
Dim cloneDataSetMetaData As Boolean
 
Dim instance As New UADataSetData(dataSetData, cloneDataSetMetaData)

Parameters

dataSetData
The dataset data to be copied from.

The value of this parameter cannot be null (Nothing in Visual Basic).

cloneDataSetMetaData
If true, the dataset metadata is cloned; otherwise, it is referenced.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also