Full constructor to build relation path with custom Criteria and Projection.
Criteria and Projection apply to target Entity.
Namespace: Aspectize.CoreAssembly: AspectizeDAL (in AspectizeDAL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public RoleRelationQuery( Type role, Type relation, string whereClause ) |
| Visual Basic |
|---|
Public Sub New ( _ role As Type, _ relation As Type, _ whereClause As String _ ) |
Parameters
- role
- Type: System..::..Type
Descending role used to enter the Relation
- relation
- Type: System..::..Type
Relation to follow
- whereClause
- Type: System..::..String
Criteria can be defines with explicit whereClause.