Compartilhar via


Filter.FieldBase.FormatFieldName método (String, String)

Formata o campo com as informações InvariantCulture e o nome de DataTable .

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

Sintaxe

'Declaração
Public Shared Function FormatFieldName ( _
    tableName As String, _
    fieldName As String _
) As String
'Uso
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
)

Parâmetros

  • tableName
    Tipo: System.String

    O nome do DataTable que contém o campo.

Valor retornado

Tipo: System.String

Ver também

Referência

Filter.FieldBase classe

Filter.FieldBase membros

FormatFieldName em sobrecarga

Microsoft.Office.Project.Server.Library namespace