Метод Filter.FieldBase.FormatFieldName (String, String)
Форматирует поля с сведения InvariantCulture и именем DataTable .
Пространство имен: Microsoft.Office.Project.Server.Library
Сборка: Microsoft.Office.Project.Server.Library (в Microsoft.Office.Project.Server.Library.dll)
Синтаксис
'Декларация
Public Shared Function FormatFieldName ( _
tableName As String, _
fieldName As String _
) As String
'Применение
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
)
Параметры
tableName
Тип: System.StringИмя DataTable , содержащего поле.
fieldName
Тип: System.StringИмя поля.
Возвращаемое значение
Тип: System.String