Show / Hide Table of Contents

Class Table

Represents the information from a System.Data.DataTable object that has errors.

Inheritance
Object
Table
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 Table

Properties

Rows

Gets or sets the list of Row obects that has errors.

Declaration
public List<Row> Rows { get; set; }
Property Value
List<Row>

The list of Row obects that has errors.

TableName

Gets or sets the name of the System.Data.DataTable object.

Declaration
public string TableName { get; set; }
Property Value
String

Extension Methods

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