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.StringThe name of the DataTable that contains the field.
fieldName
Type: System.StringThe name of the field.
Return value
Type: System.String