Skip to content

Settings and activity

3 results found

  1. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Richard McCormack commented  · 

    Or perhaps use a region:
    #region First query
    // exec EF query
    #endregion
    #region Second query
    // exec EF query
    #endregion
    Would output:
    --Region First query
    --Region Parameters...

    --Region Second query
    --Region Parameters...

    An error occurred while saving the comment
    Richard McCormack commented  · 

    Would also be great if we could set some text in the ExecutionEngine or ExecutionContext that would be output before the query.
    When the script runs lots of queries it is hard to determine which query is which.
    e.g.
    ExecutionEngine.Context = "First query";
    // exec EF query
    ExecutionEngine.Context = "Second query";
    // exec EF query

    Would output:
    --First query
    --Region Parameters...

    --Second query
    --Region Parameters...

    Richard McCormack supported this idea  · 
  2. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Richard McCormack shared this idea  · 
  3. 7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Richard McCormack supported this idea  ·