PSUtility.GetTemporaryColumnName Method
Reserved for internal use.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetTemporaryColumnName ( _
table As DataTable _
) As String
'Usage
Dim table As DataTable
Dim returnValue As String
returnValue = table.GetTemporaryColumnName()
public static string GetTemporaryColumnName(
this DataTable table
)
Parameters
- table
Type: System.Data.DataTable
Return Value
Type: System.String
Returns String.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type DataTable. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=office.14) or https://msdn.microsoft.com/en-us/library/bb383977(v=office.14).