/ Assembly List / LJCSQLUtilLibDAL / ForeignKey

Namespace - LJCSQLUtilLibDAL


Syntax

C#
public class ForeignKey : IComparable<ForeignKey>

The ForeignKey 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
DeleteRule Gets or sets the join Delete Rule text.
OrdinalPosition Gets or sets the join Ordinal Position.
SourceColumn Gets or sets the Source Column name.
SourceConstraint Gets or sets the Source Constraint name.
SourceTable Gets or sets the Source Table name.
TableCatalog Gets or sets the Table Database name.
TableSchema Gets or sets the Table Schema name.
TargetColumn Gets or sets the join Target Column name.
TargetConstraint Gets or sets the join Target Constraint name.
TargetTable Gets or sets the join Target Table name.
UpdateRule Gets or sets the join Update Rule text.

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