Overload | Description |
---|---|
Execute(IQueryCompiledSuccess) | Execute a code query compiled successfully. |
Execute(IQueryCompiledSuccess,ICodeBaseView) | Execute this code query compiled successfully, with justMyCode defined. |
Execute(IQueryCompiledSuccess,TimeSpan) | Execute his code query compiled successfully, with a time-out precised. |
Execute(IQueryCompiledSuccess,ICodeBaseView,TimeSpan) | Execute this code query compiled successfully, with justMyCode defined and with a time out precised. |
Execute(IQueryCompiledSuccess,QueryExecutionContext) | Execute the queryCompiledSuccess with the queryExecutionContext. |