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フィールドの名前を指定します。