RecroGridRGPropertyForeignKey Property

If the field is associated with RGO_ForeignKey, it returns that, if not, and the FormType != FormTypeEnum.Entity, it tries to extract the table name from its name and searches for the ForeignKey in the field with the same name as the Entity.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public string[] ForeignKey { get; }

Property Value

String
The foreign keys.

See Also