PSClientError.GetRowErrors Method
Gets an array of PSErrorInfo objects which contain all the error information about errors on the specified DataRow.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function GetRowErrors ( _
dr As DataRow _
) As PSErrorInfo()
'Usage
Dim instance As PSClientError
Dim dr As DataRow
Dim returnValue As PSErrorInfo()
returnValue = instance.GetRowErrors(dr)
public PSErrorInfo[] GetRowErrors(
DataRow dr
)
Parameters
- dr
Type: System.Data.DataRow
The DataRow on which to return errors.
Return Value
Type: []