The ColumnInfo type exposes the following members.

Properties

  NameDescription
Public propertyCLRType
The CLR type (i.e. "string", "int", "int?", "byte[]", etc)
Public propertyColumnCLRType
The CLR type of the column.
Public propertyDependency
What columns were this column derived from? Default is null, we don't know. The key is the ColumnInfo. The value is always null.
Public propertyName
Column name
Public propertySource
If assigned, this columns is a pass-through column. Default is null (no pass-through) Assigning a Source automatically overwrites the Dependency to be just the source.
Public propertyType
Type of the data

See Also