Share via


Filter.FieldOperator constructor (Filter.FieldOperationType, String, Object[])

Instantiates a FieldOperator object for a general field, with the field operation type, field name, and collection of operands.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Sub New ( _
    operation As Filter.FieldOperationType, _
    fieldName As String, _
    ParamArray operands As Object() _
)
'Usage
Dim operation As Filter.FieldOperationType
Dim fieldName As String
Dim operands As Object()

Dim instance As New Filter.FieldOperator(operation, _
    fieldName, operands)
public FieldOperator(
    Filter.FieldOperationType operation,
    string fieldName,
    params Object[] operands
)

Parameters

  • operands
    Type: []

    A collection of operands for the field operator.

See also

Reference

Filter.FieldOperator class

Filter.FieldOperator members

Filter.FieldOperator overload

Microsoft.Office.Project.Server.Library namespace