Class net.nextdb.Relationship
Object
|
+--net.nextdb.Relationship
- class
net.nextdb.Relationship
Relationship represents the relationship between two tables.
This object is used with Inserts. When you are inserting a row related to a row in another
table, you use this object to indicate the relationship name that you defined with the
admin pages and the rowId (PK/SURID) of the row in the other related table.
Defined in api.docs.js
See:
net.nextdb.Relationship
net.nextdb.Relationship(<String> relationshipName, <String> rowId)
Parameters:
relationshipName - -required this is the name of the relationship you defined using the admin console.
rowId - -required this is the encrypted PK (SURID) for the row to be related to.
Documentation generated by
JSDoc on Mon Mar 29 20:15:50 2010