Represents a relation between two data repositories
Creates a new instance of Relation and initializes it.
public Void Relation(type, repository)| Name | Type | Summary |
|---|---|---|
| type | RelationType | The type of the relation. |
| repository | Repository | The repository to relate with. |
Creates a new instance of Relation and initializes it.
public Void Relation(type, repository, params predicates)| Name | Type | Summary |
|---|---|---|
| type | RelationType | The type of the relation. |
| repository | Repository | The repository to relate with. |
| predicates | Predicate[] | An array of relation predicates. |
Relationed repository.
public Repository Repository { get; set; }A SelectStatement to be used as a relationed repository.
public SelectStatement SelectStatement { get; set; }Type of relation.
public RelationType Type { get; set; }In this document