Describes a data column.
Inheritance Hierarchy
NReco.NLQuery.TableColumnSchema
Namespace: NReco.NLQuery.Table
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The ColumnSchema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ColumnSchema | Initializes a new instance of the ColumnSchema class |
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.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also