| C# |
|---|
| public class ForeignKeyManager : ObjectManager<ForeignKey, ForeignKeys> |
| #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. |