Click or drag to resize

QueryParameterNewQueryParameter Method (PropertyData, ComparesParameters, Object)

Namespace:  EDK4Net.Data.QueryLanguage
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static QueryParameter NewQueryParameter(
	PropertyData property,
	ComparesParameters comparesParameter,
	Object firstValue
)

Parameters

property
Type: EDK4Net.Data.QueryLanguagePropertyData
comparesParameter
Type: EDK4Net.Data.QueryLanguageComparesParameters
firstValue
Type: SystemObject

Return Value

Type: QueryParameter
See Also