TableSchema Class

NReco.NLQuery Class Library Documentation
Describes a table (any tabular data) metadata.
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.TableTableSchema

Namespace:  NReco.NLQuery.Table
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public class TableSchema

The TableSchema type exposes the following members.

Constructors

  NameDescription
Public methodTableSchema
Initializes a new instance of the TableSchema class
Top
Properties

  NameDescription
Public propertyCaption
User-friendly table name that can be recognized in a search query.
Public propertyColumns
List of colums assosiated with this table.
Public propertyName
Internal table name (not used for recognition).
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference