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, 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. |
A SelectStatement to be used as a relationed repository.
public SelectStatement SelectStatement { get; set; }
In this document