Describes a table (any tabular data) metadata.
Inheritance Hierarchy
NReco.NLQuery.TableTableSchema
Namespace: NReco.NLQuery.Table
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The TableSchema type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TableSchema | Initializes a new instance of the TableSchema class |
Properties
| Name | Description | |
|---|---|---|
| Caption |
User-friendly table name that can be recognized in a search query.
| |
| Columns |
List of colums assosiated with this table.
| |
| Name |
Internal table name (not used for recognition).
|
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