Class ErrorInfo
Represents the information from all the errors in a System.Data.DataSet object.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Data
Assembly: IRM.dll
Syntax
[Serializable]
public class ErrorInfo
Constructors
ErrorInfo(DataSet)
Initializes a new instance of the ErrorInfo class
Declaration
public ErrorInfo(DataSet dataSet)
Parameters
System.Data.DataSet
dataSet
The System.Data.DataSet object to extract error-information from. |
Properties
Tables
Gets or sets the list Table that has errors.
Declaration
public List<Table> Tables { get; set; }
Property Value
List<Table>
The list Table that has errors. |