Show / Hide Table of Contents

Class ErrorInfo

Represents the information from all the errors in a System.Data.DataSet object.

Inheritance
Object
ErrorInfo
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX