Click or drag to resize

SOForeignKey Interface

IForeignKey Interface - get/set foreign keys

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOForeignKey : IForeignKey

The SOForeignKey type exposes the following members.

Methods
  NameDescription
Public methodCode exampleGet
Get Returns a string value, the foreign key. This may be used by external application to store extra information
(Inherited from IForeignKey.)
Public methodGetAll (Inherited from IForeignKey.)
Public methodCode exampleRemove
Remove Remove one key from foreignKey
(Inherited from IForeignKey.)
Public methodCode exampleRemoveAll
RemoveAll Remove one key from foreignKey Remove all values for a foreignkey object
(Inherited from IForeignKey.)
Public methodCode exampleSet
Set This may be used by external application to store extra information
(Inherited from IForeignKey.)
Top
See Also