NextDB.net

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:


Constructor Summary
net.nextdb.Relationship(<String> relationshipName, <String> rowId)
           
 

Constructor Detail

net.nextdb.Relationship

net.nextdb.Relationship(<String> relationshipName, <String> rowId)

NextDB.net

Documentation generated by JSDoc on Mon Mar 29 20:15:50 2010