/ Assembly List / LJCSQLUtilLibDAL / DbMetaDataTable

Namespace - LJCSQLUtilLibDAL


Syntax

C#
public class DbMetaDataTable : IComparable<DbMetaDataTable>

The DbMetaDataTable 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.
Description Gets or sets the Description value.
ID Gets or sets the ID value.
Name Gets or sets the Name value.
PluralName Gets or sets the PluralName value.
TableName Gets or sets the TableName value.

Fields
ColumnCaption The Caption column name.
ColumnDescription The Description column name.
ColumnID The ID column name.
ColumnName The Name column name.
ColumnPluralName The PluralName column name.
ColumnTableName The TableName column name.
LengthCaption The Caption maximum length.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
LengthPluralName The PluralName maximum length.
LengthTableName The TableName maximum length.
TableXName The table name.

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