The ColumnInfo type exposes the following members.

Methods

  NameDescription
Public methodAddDependency
Remember that this output column depends on input column table.col Calling this automatically clears Source
Public methodClone
Clone this column info.
Public methodCompatible
Check the two Column Definition is compatible or not
Public methodEquals
Is this ColumnInfo equal to another ColumnInfo? Compare table + column name.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Report the hash of this ColumnInfo
(Overrides ObjectGetHashCode()()()().)
Public methodToString
Returns a string representation so that it displays in Visual Studio.
(Overrides ObjectToString()()()().)

See Also