Click or drag to resize

QueryFactoryBase2Field Method

Overload List
  NameDescription
Public methodField(String)
Creates a new field object with the name specified and of resulttype 'object'. Used for referring to aliased fields in another projection.
Public methodFieldTValue(String)
Creates a new field object with the name specified and of resulttype 'TValue'. Used for referring to aliased fields in another projection.
Public methodField(String, String)
Creates a new field object with the name specified and of resulttype 'object'. Used for referring to aliased fields in another projection.
Public methodFieldTValue(String, String)
Creates a new field object with the name specified and of resulttype 'TValue'. Used for referring to aliased fields in another projection.
Top
See Also