T O P I C R E V I E W |
firebie |
Posted - Feb 21 2020 : 04:31:29 AM VA doesn't recognize c# functions returning tuples, like:
(IQueryable<Test> Query, bool Filters) GetTestQuery(Dc dc) { var filters = false;
var query = dc.Test .Where(i => i.Status == Status.Normal);
return (query, filters); }
|
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Feb 23 2020 : 08:16:03 AM Thank you for the clear example, we don't currently support C# functions that return a tuple, but this is something we are aware of, and working towards:
case=99749 |
|
|