/ Assembly List / LJCDataTransformDAL / LayoutColumn

Namespace - LJCDataTransformDAL


Syntax

C#
public class LayoutColumn : IComparable<LayoutColumn>

The LayoutColumn table Data Record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
AllowNull Gets or sets the AllowNull flag.
ChangedNames Gets a reference to the ChangedNames list.
DataTypeID Gets or sets the DataTypeID value.
Description Gets or sets the Description value.
IdentityKey Gets or sets the IdentityKey flag.
LayoutColumnID Gets or sets the LayoutColumnID value.
Length Gets or sets the Length value.
Name Gets or sets the Name value.
PrimaryKey Gets or sets the PrimaryKey flag.
Sequence Gets or sets the Sequence value.
SourceLayoutID Gets or sets the LayoutID value.

Fields
ColumnAllowNull The AllowNull column name.
ColumnDataTypeID The DataTypeID column name.
ColumnDescription The Description column name.
ColumnIdentityKey The IdentityKey column name.
ColumnLayoutColumnID The LayoutColumnID column name.
ColumnLength The Length column name.
ColumnName The Name column name.
ColumnPrimaryKey The PrimaryKey column name.
ColumnSequence The Sequence column name.
ColumnSourceLayoutID The LayoutID column name.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
TableName The table name.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.