Method GetSqlPreviewAsync<TProps>(TreeQueryContext<TProps>)
Returns SQL query for tree search that will be executed (for debugging)
public virtual Task<string> GetSqlPreviewAsync<TProps>(TreeQueryContext<TProps> context) where TProps : class, new()
Returns SQL query for tree search that will be executed (for debugging)
public virtual Task<string> GetSqlPreviewAsync<TProps>(TreeQueryContext<TProps> context) where TProps : class, new()