ParseRelation
T
Add Method
Parse
Adds an object to this relation. The object must already have been saved.
Namespace:
Parse
Assembly:
Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
C#
VB
Copy
public
void
Add
( T
obj
)
Public
Sub
Add
(
obj
As
T )
Parameters
obj
Type:
T
The object to add.
See Also
Reference
ParseRelation
T
Class
Parse Namespace