Helper class implementing IRoleRelationQuery Interface Use this class to define coherent graph of data with API LoadEntitiesGraph Each RoleRelationQuery represent a relation path to follow query, with criteria and projection

Namespace: Aspectize.Core
Assembly: AspectizeDAL (in AspectizeDAL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class RoleRelationQuery<Role, Relation> : IRoleRelationQuery, 
	IRoleRelation
where Relation : IRelation
Visual Basic
Public Class RoleRelationQuery(Of Role, Relation As IRelation) _
	Implements IRoleRelationQuery, IRoleRelation

Type Parameters

Role

[Missing <typeparam name="Role"/> documentation for "T:Aspectize.Core.RoleRelationQuery`2"]

Relation

[Missing <typeparam name="Relation"/> documentation for "T:Aspectize.Core.RoleRelationQuery`2"]

Inheritance Hierarchy

System..::..Object
  Aspectize.Core..::..RoleRelationQuery<(Of <(<'Role, Relation>)>)>

See Also