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