/ Assembly List / LJCDBViewDAL / ViewData

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewData : IComparable<ViewData>

The ViewData 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.
Description Gets or sets the Description value.
ID Gets or sets the ID value.
Name Gets or sets the Name value.
ViewTableID Gets or sets the ViewTableID value.

Fields
ColumnDescription The Description value.
ColumnID The ID column value.
ColumnName The Name value.
ColumnViewTableID The ViewTableID column value.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
TableName The table name value.

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