/ Assembly List / LJCDBViewDAL / ViewJoin

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewJoin : IComparable<ViewJoin>

The ViewJoin 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
ChangedNames Gets a reference to the ChangedNames list.
ID Gets or sets the ID value.
JoinTableName Gets or sets the JoinTableName value.
JoinType Gets or sets the JoinType value.
TableAlias Gets or sets the TableAlias value.
ViewDataID Gets or sets the ViewDataID value.

Fields
ColumnID The ID column value.
ColumnJoinType The JoinType value.
ColumnTableAlias The TableAlias column name.
ColumnTableName The TableName value.
ColumnViewDataID The ViewDataID value.
LengthJoinType The JoinType maximum length.
LengthTableAlias The TableAlias maximum length.
LengthTableName The TableName maximum length.
PropertyTableName The TableName value.
TableName The table name value.

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