Interface IRelationBase
Inherited Members
Namespace: Unity.MARS.Query
Syntax
public interface IRelationBase : IConditionBase
Properties
child1
The first child object of this relation
Declaration
IMRObject child1 { get; }
Property Value
Type | Description |
---|---|
IMRObject |
child2
The second child object of this relation
Declaration
IMRObject child2 { get; }
Property Value
Type | Description |
---|---|
IMRObject |