次の方法で共有


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

関連項目

参照先

Filter.FieldBase クラス

Filter.FieldBase メンバー

FormatFieldName オーバーロード

Microsoft.Office.Project.Server.Library 名前空間