PSClientError.GetErrorDataSet method
Gets a DataSet that contains all tables and rows which have had errors previously set for a PSI method call.
Overload list
Name | Description | |
---|---|---|
GetErrorDataSet(String) | Gets the specified DataSet that contains all tables and rows which have had errors previously set for a PSI method call. | |
GetErrorDataSet(String, List<[]>) | Gets a DataSet that contains all tables and rows which have had errors previously set for a PSI method call. |
Top