Click or drag to resize

QueryFactoryBase2.Field 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 methodField<TValue>(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 methodField<TValue>(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