Click or drag to resize

CamlCriteria Constructor (String, SPFieldType, Object, CamlComparisonOperator)

Initializes a new CamlCriteria instance.

Namespace:  Colygon.MatchPoint.Common.Caml
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public CamlCriteria(
	string fieldName,
	SPFieldType fieldType,
	Object value,
	CamlComparisonOperator comparisonOperator
)

Parameters

fieldName
Type: SystemString
Specifies the field name of the CAML criteria.
fieldType
Type: SPFieldType
Specifies the field type.
value
Type: SystemObject
Specifies the field value.
comparisonOperator
Type: Colygon.MatchPoint.Common.CamlCamlComparisonOperator
Specifies a comparison operator for the criteria.
See Also