/ Assembly List / LJCSQLUtilLibDAL / DbMetaDataKey

Namespace - LJCSQLUtilLibDAL


Syntax

C#
public class DbMetaDataKey

The DBMetaDataKey table Data Record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
2 Methods

Properties
ChangedNames Gets a reference to the ChangedNames list.
ColumnName Gets or sets the join ColumnName value.
DbMetaDataColumnID Gets or sets the DbMetaDataColumnID value.
DbMetaDataKeyTypeID Gets or sets the DbMetaDataKeyTypeID value.
ID Gets or sets the ID value.
ToColumnID Gets or sets the ToColumnID value.
ToColumnName Gets or sets the join ToColumnName value.
ToTableID Gets or sets the ToTableID value.
ToTableName Gets or sets the join ToTableName value.

Fields
ColumnColumnName The ToColumnID column name.
ColumnDbMetaDataColumnID The DbMetaDataColumnID column name.
ColumnDbMetaDataKeyTypeID The DbMetaDataKeyTypeID column name.
ColumnID The ID column name.
ColumnToColumnID The ToColumnID column name.
ColumnToColumnName The ToColumnID column name.
ColumnToTableID The ToTableID column name.
ColumnToTableName The ToColumnID column name.
PropertyDbMetaDataColumnID The DbMetaDataColumnID property name.
PropertyDbMetaDataKeyTypeID The DbMetaDataKeyTypeID property name.
TableName The table name.

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