Click or drag to resize

Filter Constructor (PropertyData, Object)

Initializes a new instance of the Filter class

Namespace:  EDK4Net.Collections
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public Filter(
	PropertyData property,
	Object comparevalue
)

Parameters

property
Type: EDK4Net.Data.QueryLanguagePropertyData
comparevalue
Type: SystemObject
See Also