Share via


Filter.FieldBase.FormatFieldName Method (String, String)

Formats the field with the InvariantCulture information and the DataTable name.

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

Syntax

'Declaration
Public Shared Function FormatFieldName ( _
    tableName As String, _
    fieldName As String _
) As String
'Usage
Dim tableName As String
Dim fieldName As String
Dim returnValue As String

returnValue = Filter.FieldBase.FormatFieldName(tableName, _
    fieldName)
public static string FormatFieldName(
    string tableName,
    string fieldName
)

Parameters

  • tableName
    Type: System.String
    The name of the DataTable that contains the field.

Return Value

Type: System.String

See Also

Reference

Filter.FieldBase Class

Filter.FieldBase Members

FormatFieldName Overload

Microsoft.Office.Project.Server.Library Namespace