0
Completed

Optionally log SQL requests made by Identity Broker.

Tony Sheehy 12 years ago updated by anonymous 8 years ago 3

Include the ability to log SQL calls made by Identity Broker, which can be turned on/off on the UI.

Of note, some debugging code snippets used:

public static class QueryContainer<TEntity>
{
public static IQueryable<TEntity> Instance

{ get; set; }


}

QueryContainer<TEntity>.Instance = orderedQueryable;

throw new Exception(QueryContainer<Entity>.Instance.ToString());

Migrated to VSO.