Click or drag to resize

SqlColumn Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.DataIntegration.IntegrationColumn
    Dynamicweb.DataIntegration.ProviderHelpersSqlColumn

Namespace:  Dynamicweb.DataIntegration.ProviderHelpers
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public class SqlColumn : Column

The SqlColumn type exposes the following members.

Constructors
  NameDescription
Protected methodSqlColumn
Initializes a new instance of the SqlColumn class
Public methodSqlColumn(XmlNode, Table)
Initializes a new instance of the SqlColumn class
Public methodSqlColumn(String, String, Table, Int32, Boolean, Boolean)
Initializes a new instance of the SqlColumn class
Public methodSqlColumn(String, Type, SqlDbType, Table, Int32, Boolean, Boolean, Boolean)
Initializes a new instance of the SqlColumn class
Top
Properties
  NameDescription
Public propertyIsIdentity
Public propertyIsNew (Inherited from Column.)
Public propertyIsPrimaryKey (Inherited from Column.)
Public propertyName (Inherited from Column.)
Public propertyNameWithWhitespaceStripped (Inherited from Column.)
Public propertySqlDbType
Public propertyTable (Inherited from Column.)
Public propertyType (Inherited from Column.)
Top
Methods
Fields
  NameDescription
Protected fieldisNew (Inherited from Column.)
Protected fieldisPrimaryKey (Inherited from Column.)
Public fieldLimit
Protected fieldname (Inherited from Column.)
Protected fieldtable (Inherited from Column.)
Protected fieldtype (Inherited from Column.)
Top
See Also