/ Assembly List / LJCDataTransformDAL / Person

Namespace - LJCDataTransformDAL


Syntax

C#
public class Person : IComparable<Person>

The Person table Data Record.m

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.
Name Gets or sets the Name value.
PersonID Gets or sets the Person_ID value.

Fields
ColumnName The Name column name.
ColumnPersonID The Person ID column name.
LengthName The Name maximum length.
PropertyPersonID The Person ID value.
TableName The table name.

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