C# |
---|
public class ViewJoin : IComparable<ViewJoin> |
#ctor | Initializes an object instance. |
Clone | Clones the structure of the object. |
CompareTo | Provides the default Sort functionality. |
ToString | The object string identifier. |
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. |
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. |