The ColumnSchema type exposes the following members.
Properties
Name | Description | |
---|---|---|
Caption |
User-friendly column name that can be recognized in a search query.
| |
DataType |
Column data type.
| |
Name |
Internal column name (not used for recognition).
| |
Values |
List of unique values for this column (optional). Column can be determined by these values without a hint.
|
See Also