NextDB.net

Class nextdb.Relationship

Object
   |
   +--nextdb.Relationship

class 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
nextdb.Relationship(<String> relationshipName, <String> rowId)
           
 

Constructor Detail

nextdb.Relationship

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

NextDB.net

Documentation generated by JSDoc on Fri Apr 1 10:54:23 2011