Interface IRelation<TChild1Values, TChild2Values>
A constraint between two MR objects that is used to filter data in a query
Inherited Members
Namespace: Unity.MARS.Query
Syntax
public interface IRelation<TChild1Values, TChild2Values> : IMultiTypeRelation, IRelationBase, IConditionBase, IRelationRatingMethod<TChild1Values, TChild2Values> where TChild1Values : struct, IRelationChildValues where TChild2Values : struct, IRelationChildValues
Type Parameters
| Name | Description |
|---|---|
| TChild1Values | |
| TChild2Values |