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
FKFieldName
Returns the name of the field in the foreign key.
public string FKFieldName { get; }
Property Value
FKTableName
Returns the name of the table that is holding the foreign key.
public string FKTableName { get; }
Property Value
PKField
Returns the field in the catalog for the primary key.
public bpxField PKField { get; }
Property Value
PKFieldName
Returns the name of the field in the primary key (that is referred to).
public string PKFieldName { get; }
Property Value
PKTableName
Returns the name of the table holding the primary key (that is referred to).
public string PKTableName { get; }
Property Value
Methods
ToString(clsString)
public void ToString(clsString pResult)
Parameters
pResult
clsString