QueryFactoryBase2Field Method | 
| Name | Description | |
|---|---|---|
| Field(String) | Creates a new field object with the name specified and of resulttype 'object'. Used for referring to aliased fields in another projection.  | |
| FieldTValue(String) | Creates a new field object with the name specified and of resulttype 'TValue'. Used for referring to aliased fields in another projection.  | |
| Field(String, String) | Creates a new field object with the name specified and of resulttype 'object'. Used for referring to aliased fields in another projection.  | |
| FieldTValue(String, String) | Creates a new field object with the name specified and of resulttype 'TValue'. Used for referring to aliased fields in another projection.  |