Share via


PSDBUtility.StringArrayToCommaDelimitedString method (DataTable, String)

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("Deprecated in o15")> _
Public Shared Function StringArrayToCommaDelimitedString ( _
    table As DataTable, _
    columnName As String _
) As String
'Usage
Dim table As DataTable
Dim columnName As String
Dim returnValue As String

returnValue = PSDBUtility.StringArrayToCommaDelimitedString(table, _
    columnName)
[ObsoleteAttribute("Deprecated in o15")]
public static string StringArrayToCommaDelimitedString(
    DataTable table,
    string columnName
)

Parameters

Return value

Type: System.String

See also

Reference

PSDBUtility class

PSDBUtility members

StringArrayToCommaDelimitedString overload

Microsoft.Office.Project.Server.Library namespace