Class Table
Represents the information from a System.Data.DataTable object that has errors.
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 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
|