Click or drag to resize

QueryFactoryBaseCreate Method

Overload List
  NameDescription
Public methodCreate
Creates a new DynamicQuery instance with no alias set.
(Inherited from QueryFactoryCore.)
Public methodCreate(String)
Creates a new DynamicQuery instance with the alias specified as the alias set.
(Inherited from QueryFactoryCore.)
Public methodCreate(TableValuedFunctionCall)
Creates a new DynamicQuery which wraps the specified TableValuedFunction call
Top
See Also