Constructors

  NameDescription
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>()()()()
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(Boolean)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(IEnumerable<(Of <<'(String>)>>))
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(String)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(EntityLoadOption)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(QueryCriteria)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(String, EntityLoadOption)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(String, Boolean)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(String, IEnumerable<(Of <<'(String>)>>))
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(QueryCriteria, EntityLoadOption)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(QueryCriteria, Boolean)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(QueryCriteria, IEnumerable<(Of <<'(String>)>>))
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(String, EntityLoadOption, Boolean)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(String, IEnumerable<(Of <<'(String>)>>), Boolean)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(QueryCriteria, EntityLoadOption, Boolean)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.
Public methodRoleRelationQuery<(Of <(<'Role, Relation>)>)>(QueryCriteria, IEnumerable<(Of <<'(String>)>>), Boolean)
Full constructor to build relation path with custom Criteria and Projection. Criteria and Projection apply to target Entity.

See Also