Click or drag to resize
QueryableExtensionMethods.Execute Method
Overload List
  NameDescription
Public methodStatic memberExecute(IQueryable)
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
Public methodStatic memberExecute<TResult>(IQueryable)
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
Top
See Also