LeanCloud C# SDK
|
LCRelation provides access to all of the children of a many-to-many relationship. More...
Public Member Functions | |
LCRelation () | |
Constructs a LCRelation. | |
Properties | |
string | Key [get, set] |
The key of this LCRelation. | |
LCObject | Parent [get, set] |
The parent of this LCRelation. | |
string | TargetClass [get, set] |
The className of this LCRelation. | |
LCQuery< T > | Query [get] |
Gets a query that can be used to query the objects in this relation. | |
LCRelation provides access to all of the children of a many-to-many relationship.
T | The type of the child objects. |
T | : | LCObject |
|
inline |
Constructs a LCRelation.
|
getset |
The key of this LCRelation.
|
getset |
The parent of this LCRelation.
|
get |
Gets a query that can be used to query the objects in this relation.
|
getset |
The className of this LCRelation.