Method GetTreeWindowSqlPreviewAsync<TProps>(TreeQueryContext<TProps>, string, string, string, string, string?)

Assembly: redb.MSSql.Pro.dll

SQL Preview for Tree Window (DRY - same SQL as Execute)

public Task<string> GetTreeWindowSqlPreviewAsync<TProps>(TreeQueryContext<TProps> context, string selectFieldsJson, string windowFunctionsJson, string partitionByJson, string orderByJson, string? frameJson = null) where TProps : class, new()