Click or drag to resize

TableSchema Class

Represents a table schema. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsTableSchema

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class TableSchema

The TableSchema type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Gets the collection of table column information units.
Public propertyTableName
Gets the name of the table.
Top
Methods
  NameDescription
Public methodFindColumn
Locates column by its name.
Public methodStatic memberGetSchema
Returns table schema information.
Top
See Also