Click or drag to resize

ICriteriaNewCriterion Method

Create a new criterion for a regular field. TableAndFieldName parameter is on the format 'tablename.fieldname'

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
ICriterion NewCriterion(
	string TableAndFieldName,
	EnCriterionOperator Oper
)

Parameters

TableAndFieldName
Type: SystemString
Oper
Type: SuperOffice.COM.ApplicationEnCriterionOperator

Return Value

Type: ICriterion
See Also