QuickOPC User's Guide and Reference
UAEventFilterBuilder Constructor(UAContentFilterElement,UAAttributeFieldCollection)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEventFilterBuilder Class > UAEventFilterBuilder Constructor : UAEventFilterBuilder Constructor(UAContentFilterElement,UAAttributeFieldCollection)
The where clause.
The select clauses.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal whereClause As UAContentFilterElement, _
   ByVal selectClauses As UAAttributeFieldCollection _
)
'Usage
 
Dim whereClause As UAContentFilterElement
Dim selectClauses As UAAttributeFieldCollection
 
Dim instance As New UAEventFilterBuilder(whereClause, selectClauses)

Parameters

whereClause
The where clause.
selectClauses
The select clauses.
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