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
- operation
Type: Microsoft.Office.Project.Server.Library.Filter.FieldOperationType
An operation type for the field operator.
- fieldName
Type: System.String
The name of a field.
- operands
Type: []
A collection of operands for the field operator.