AbstractInfoBaseTInfoCombineColumnNames Method |
Name | Description | |
---|---|---|
CombineColumnNames(ICollection) |
Combines column names from supplied collections into a list and caches it in mCombinedColumnNames.
Does nothing when column names are already cached unless TypeInfo has ColumnsInvalidated set to true.
Returns combined column names.
| |
CombineColumnNames(String) |
Combines supplied column names into a list and caches it in mCombinedColumnNames.
Does nothing when column names are already cached unless TypeInfo has ColumnsInvalidated set to true.
Returns combined column names.
|