Overload List

  NameDescription
Add<(Of <(TEntity>)>)(String)
Adds a field to the projection by name including a scope for the entity mapping which this identifier belongs to. This is a shortcut for adding an IdentifierExpression for the field.
Add(String)
Adds a field to the projection by name. This is a shortcut for adding an IdentifierExpression for the field.
Add(String, String)
Adds a field to the projection by name including a scope for the entity mapping which this identifier belows to. This is a shortcut for adding an IdentifierExpression for the field.
Add(Type, String)
Adds a field to the projection by name including a scope for the entity mapping which this identifier belongs to. This is a shortcut for adding an IdentifierExpression for the field.

See Also