/ Assembly List / LJCDataDetailDAL / ControlData

Namespace - LJCDataDetailDAL


Syntax

C#
public class ControlData : IComparable<ControlData>

The ControlData table Data Object.

Public Methods
#ctor Initializes an object instance.
#ctor The Copy constructor.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
GetDbColumnValues Gets the DbColumn values.
SetDbColumnValues Sets the DbColumn values.
ToString The object string identifier.
7 Methods

Properties
AllowDBNull Gets or sets the AllowDBNull value.
AutoIncrement Gets or sets the AutoIncrement value.
Caption Gets or sets the Caption value.
ColumnName Gets or sets the ColumnName value.
ControlDetailID Gets or sets the ControlTab ID.
DataTypeName Gets or sets the DataTypeName value.
ID Gets or sets the ID value.
MaxLength Gets or sets the MaxLength value.
Position Gets or sets the Fixed Length Field Position value.
PropertyName Gets or sets the PropertyName value.
RenameAs Gets or sets the RenameAs value.
SQLTypeName Gets or sets the SQLTypeName value.
Value Gets or sets the Value object.

Fields
ColumnControlDetailID The DetailDialogID column name.
ColumnID The ID column name.

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