Class Column
Represents the information from a System.Data.DataColumn oject 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 Column
Properties
ColumnError
Gets or sets the column-error.
Declaration
public string ColumnError { get; set; }
Property Value
String
The column-error. |
ColumnName
Gets or sets the name of the column
Declaration
public string ColumnName { get; set; }
Property Value
String
The name of the column. |