/ Assembly List / LJCViewEditorDAL / DataType

Namespace - LJCViewEditorDAL


Syntax

C#
public class DataType : IComparable<DataType>

The DataType table Data Record.

Public Methods
#ctor Initializes an object instance.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
3 Methods

Properties
ChangedNames Gets a reference to the ChangedNames list.
DataTypeID Gets or sets the DataTypeID value.
Description Gets or sets the Description value.
Name Gets or sets the Name value.
SQLName Gets or sets the SQLName value.

Fields
ColumnDataTypeID The DataTypeID column name.
ColumnDescription The Description column name.
ColumnName The Name column name.
ColumnSQLName The SQLName column name.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
LengthSQLName The SQLName maximum length.
TableName The table name.

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