Filter.FieldBase.FormatFieldName-Methode (String, String)
Das Feld mit der InvariantCulture Informationen und den Namen der DataTable formatiert.
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
)
Parameter
tableName
Typ: System.StringDer Name der DataTable , die das Feld enthält.
fieldName
Typ: System.StringDer Name des Felds.
Rückgabewert
Typ: System.String