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.StringO nome do DataTable que contém o campo.
fieldName
Tipo: System.StringO nome do campo.
Valor retornado
Tipo: System.String