The ColumnInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
CLRType |
The CLR type (i.e. "string", "int", "int?", "byte[]", etc)
| |
ColumnCLRType |
The CLR type of the column.
| |
Dependency |
What columns were this column derived from? Default is null, we don't know.
The key is the ColumnInfo. The value is always null.
| |
Name |
Column name
| |
Source |
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.
| |
Type |
Type of the data
|