Show / Hide Table of Contents

Class Column

Represents the information from a System.Data.DataColumn oject that has errors.

Inheritance
Object
Column
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 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.

Extension Methods

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