ColumnSchema Class

NReco.NLQuery Class Library Documentation
Describes a data column.
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.TableColumnSchema

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

public class ColumnSchema

The ColumnSchema type exposes the following members.

Constructors

  NameDescription
Public methodColumnSchema
Initializes a new instance of the ColumnSchema class
Top
Properties

  NameDescription
Public propertyCaption
User-friendly column name that can be recognized in a search query.
Public propertyDataType
Column data type.
Public propertyName
Internal column name (not used for recognition).
Public propertyValues
List of unique values for this column (optional). Column can be determined by these values without a hint.
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