Click or drag to resize

CountFunction Constructor

Initializes a new instance of the CountFunction class

Namespace:  EDK4Net.Data.QueryLanguage
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public CountFunction(
	PropertyData propertyData,
	bool distinct
)

Parameters

propertyData
Type: EDK4Net.Data.QueryLanguagePropertyData
distinct
Type: SystemBoolean
See Also