This library can be used to define SQL on Air calculated fields natively in any .NET project. Extracts a SQL on Air fieldmap from a DLL notated with the SQLonAir .net Attributes defined in this package. These include - [SQLonAirLookup(...)], - [SQLonAirComputation(...)], and - [SQLonAirAggretation(...)]. The CSV can be generated by calling `SQLonAirManager.SaveCSV("CalculatedFields.csv", Assembly.GetExecutingAssembly());` This can be called during startup - #if DEBUG. That CSV can be used to generate the SQLonAir inject SQL script.
$ dotnet add package SQLonAir.CoreNo README available.