/ Assembly List / LJCSQLUtilLibDAL / ForeignKeyManager

Namespace - LJCSQLUtilLibDAL


Syntax

C#
public class ForeignKeyManager : ObjectManager<ForeignKey, ForeignKeys>

Provides Foreign Key specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
GetForeignKeyFilters Creates and returns the ForeignKey Filters object.
GetLoadJoins Creates and returns the Load join object.
GetPrimaryKeyFilters Creates and returns the PrimaryKey Filters object.
LoadAll Returns all Foreign and Primary key definitions.
LoadForeignKeys Returns the Foreign key definitions.
LoadPrimaryKeys Returns the Primary key definitions.
7 Methods

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