/ Assembly List / LJCDBViewDAL / ViewJoinColumn

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewJoinColumn : IComparable<ViewJoinColumn>

The ViewJoinColumn 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
Caption Gets or sets the Caption value.
ChangedNames Gets a reference to the ChangedNames list.
ColumnName Gets or sets the ColumnName value.
DataTypeName Gets or sets the DataTypeName value.
ID Gets or sets the ID value.
PropertyName Gets or sets the PropertyName value.
RenameAs Gets or sets the RenameAs value.
SaveState Gets or sets the SaveState value.
Value Gets or sets the Value value.
ViewJoinID Gets or sets the ViewJoinID value.

Fields
ColumnCaption The Caption column name.
ColumnColumnName The ColumnName column name.
ColumnDataTypeName The DataTypeName column name.
ColumnID The ID column name.
ColumnPropertyName The PropertyName column name.
ColumnRenameAs The RenameAs column name.
ColumnValue The Value column name.
ColumnViewJoinID The ViewJoinID column name.
LengthCaption The Caption maximum length.
LengthColumnName The ColumnName maximum length.
LengthDataTypeName The DataTypeName maximum length.
LengthPropertyName The PropertyName maximum length.
LengthRenameAs The RenameAs maximum length.
LengthValue The Value maximum length.
TableName The table name.

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