TableFieldJoinDefinition..::..ForeignKeyDefinition Property
Gets the foreign key definition.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public ForeignKeyDefinition ForeignKeyDefinition { get; set; }
Public Property ForeignKeyDefinition As ForeignKeyDefinition Get Set
public: property ForeignKeyDefinition^ ForeignKeyDefinition { ForeignKeyDefinition^ get (); void set (ForeignKeyDefinition^ value); }