Table of Contents

Class bpxForeignKeyRelationship

Namespace
PolarDataInterop.Catalog
Assembly
PolarDataInterop.dll

This class contains the details of one field-field connection in a relationship.

public class bpxForeignKeyRelationship
Inheritance
bpxForeignKeyRelationship
Inherited Members
Extension Methods

Properties

FKField

Returns the field in the catalog for the foreign key.

public bpxField FKField { get; }

Property Value

bpxField

FKFieldName

Returns the name of the field in the foreign key.

public string FKFieldName { get; }

Property Value

string

FKTableName

Returns the name of the table that is holding the foreign key.

public string FKTableName { get; }

Property Value

string

PKField

Returns the field in the catalog for the primary key.

public bpxField PKField { get; }

Property Value

bpxField

PKFieldName

Returns the name of the field in the primary key (that is referred to).

public string PKFieldName { get; }

Property Value

string

PKTableName

Returns the name of the table holding the primary key (that is referred to).

public string PKTableName { get; }

Property Value

string

Methods

ToString(clsString)

public void ToString(clsString pResult)

Parameters

pResult clsString