InfoBridge.SuperLinq 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package InfoBridge.SuperLinq --version 1.0.5
NuGet\Install-Package InfoBridge.SuperLinq -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InfoBridge.SuperLinq" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InfoBridge.SuperLinq --version 1.0.5
#r "nuget: InfoBridge.SuperLinq, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install InfoBridge.SuperLinq as a Cake Addin
#addin nuget:?package=InfoBridge.SuperLinq&version=1.0.5

// Install InfoBridge.SuperLinq as a Cake Tool
#tool nuget:?package=InfoBridge.SuperLinq&version=1.0.5

Primarily SuperLinq is a LINQ provider for the NetServer Web Services, more specially for the ArchiveAgent. By default it utilizes the dynamic archive provider to query any table in the SuperOffice database but it can actually be used to query any archive provider.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.32 703 6/8/2020
1.0.31 549 5/18/2020
1.0.30 498 4/22/2020
1.0.29 545 3/31/2020
1.0.28 616 3/11/2020
1.0.27 609 2/19/2020
1.0.26 618 1/13/2020
1.0.25 658 11/22/2019
1.0.24 624 10/30/2019
1.0.23 652 10/14/2019
1.0.22 575 9/6/2019
1.0.21 602 9/5/2019
1.0.20 539 7/17/2019
1.0.19 614 6/6/2019
1.0.18 586 5/16/2019
1.0.17 607 4/15/2019
1.0.16 602 3/25/2019
1.0.15 687 2/20/2019
1.0.14 677 2/14/2019
1.0.13 692 1/18/2019
1.0.12 681 12/17/2018
1.0.11 728 11/7/2018
1.0.10 810 10/10/2018
1.0.9 847 9/24/2018
1.0.8 866 8/29/2018
1.0.7 894 7/20/2018
1.0.6 1,004 5/29/2018
1.0.5 1,143 4/11/2018
1.0.4 971 11/1/2017
1.0.3 1,068 4/21/2017
1.0.2 1,031 12/28/2016
1.0.1 1,123 11/10/2016
1.0.0 1,120 11/1/2016

1.0.5
Added SuperOffice 8.2 R04 tables and updated SuperOffice NuGet Packages to 8.2 R04 (8.2.6642.1034)

1.0.4
Added SuperOffice 8.1 tables and updated SuperOffice NuGet Packages to 8.1
Split up parser from ArchiveManager so it can be used to parse any Archive Provider result set
Fixed multithreated initialization issue
Fixed issue with OrderBy on overridden properties that could take incorrect tablename of base class

1.0.3
Support for nullable checks and removed references to 7.5 proxies
   
1.0.2
Small bug fixes, documentation and a better base interface for models

1.0.1
fix for issue #1 utc conversion was used when not enabled

1.0.0
Initial release