Relation(Entity, RelationType, FilterBase, Sort) Constructor
Initializes a new instance of the
Relation class.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Relation(
Entity entity,
RelationType type,
FilterBase where,
Sort orderBy
)
Public Sub New (
entity As Entity,
type As RelationType,
where As FilterBase,
orderBy As Sort
)
new :
entity : Entity *
type : RelationType *
where : FilterBase *
orderBy : Sort -> Relation
Parameters
- entity Entity
- The entity based on which this Relation will be created
- type RelationType
- The type based on which this Relation will be created
- where FilterBase
- The where based on which this Relation will be created
- orderBy Sort
-