0
Completed
Optionally log SQL requests made by Identity Broker.
Include the ability to log SQL calls made by Identity Broker, which can be turned on/off on the UI.
Customer support service by UserEcho
Of note, some debugging code snippets used:
public static class QueryContainer<TEntity>
{ get; set; }{
public static IQueryable<TEntity> Instance
}
QueryContainer<TEntity>.Instance = orderedQueryable;
throw new Exception(QueryContainer<Entity>.Instance.ToString());
Have a look at using DataContext.Log.
Migrated to VSO.