Click or drag to resize

DatabaseClassCreateRelation Method

Create a blank Relation object. Use the Save() method to persist the object to the database.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual SORelation CreateRelation()

Return Value

Type: SORelation

Implements

IDatabaseCreateRelation
See Also