Share via


Filter.FieldBase Constructor (String, String)

Instantiates a FieldBase object with the specified name and DataTable.

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

Syntax

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

Dim instance As New Filter.FieldBase(tableName, _
    fieldName)
protected FieldBase(
    string tableName,
    string fieldName
)

Parameters

  • tableName
    Type: System.String
    The name of the DataTable to which the field belongs.

See Also

Reference

Filter.FieldBase Class

Filter.FieldBase Members

Filter.FieldBase Overload

Microsoft.Office.Project.Server.Library Namespace