Share via


Filter.Field constructor (String, String)

Instantiates a Field object with the specified name and table name, to be used in a Filter object.

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

Syntax

'Declaration
Public Sub New ( _
    tableName As String, _
    fieldName As String _
)
'Usage
Dim tableName As String
Dim fieldName As String

Dim instance As New Filter.Field(tableName, _
    fieldName)
public Field(
    string tableName,
    string fieldName
)

Parameters

See also

Reference

Filter.Field class

Filter.Field members

Filter.Field overload

Microsoft.Office.Project.Server.Library namespace