Relation(Entity, FilterBase) 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,
FilterBase where
)
Public Sub New (
entity As Entity,
where As FilterBase
)
new :
entity : Entity *
where : FilterBase -> Relation
Parameters
- entity Entity
- The entity based on which this Relation will be created
- where FilterBase
- The where based on which this Relation will be created