Click or drag to resize

TableSchemaColumn Class

Represents database table column. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsTableSchemaColumn

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

The TableSchemaColumn type exposes the following members.

Constructors
  NameDescription
Public methodTableSchemaColumn
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAllowNull
Gets or sets value indicating whether column allows null values.
Public propertyIsIdentity
Gets or sets value indicating whether column is identity.
Public propertyIsKey
Gets or sets value indicating whether column is a key column.
Public propertyMaxLength
Gets or sets the maximum length for the column.
Public propertyName
Gets or sets column name.
Public propertyType
Gets or sets the column type.
Public propertyTypeDeclaration
Gets the database type declaration for the current column.
Top
Methods
See Also