Method GetSqlPreviewAsync<TProps>(QueryContext<TProps>)
Get SQL preview for standard QueryContext (for IRedbQueryProvider compatibility)
public Task<string> GetSqlPreviewAsync<TProps>(QueryContext<TProps> context) where TProps : class, new()
Get SQL preview for standard QueryContext (for IRedbQueryProvider compatibility)
public Task<string> GetSqlPreviewAsync<TProps>(QueryContext<TProps> context) where TProps : class, new()