maskx.OData
0.0.0.18
dotnet add package maskx.OData --version 0.0.0.18
NuGet\Install-Package maskx.OData -Version 0.0.0.18
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="maskx.OData" Version="0.0.0.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add maskx.OData --version 0.0.0.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: maskx.OData, 0.0.0.18"
#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 maskx.OData as a Cake Addin #addin nuget:?package=maskx.OData&version=0.0.0.18 // Install maskx.OData as a Cake Tool #tool nuget:?package=maskx.OData&version=0.0.0.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dynamic generate OData Controller from SQL server.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. 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.
-
.NETFramework 4.5
- Microsoft.AspNet.OData (>= 5.7.0)
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 |
---|---|---|
0.0.0.18 | 1,155 | 3/20/2017 |
0.0.0.17 | 922 | 1/3/2017 |
0.0.0.16 | 940 | 9/6/2016 |
0.0.0.15 | 991 | 6/13/2016 |
0.0.0.14 | 954 | 5/27/2016 |
0.0.0.13 | 1,020 | 12/30/2015 |
0.0.0.12 | 983 | 12/14/2015 |
0.0.0.11 | 1,264 | 11/28/2015 |
0.0.0.10 | 1,156 | 11/27/2015 |
0.0.0.9 | 1,043 | 11/27/2015 |
0.0.0.8 | 1,003 | 11/6/2015 |
0.0.0.7 | 1,006 | 11/3/2015 |
0.0.0.6 | 988 | 11/3/2015 |
0.0.0.5 | 1,000 | 10/30/2015 |
0.0.0.4 | 1,105 | 9/30/2015 |
0.0.0.3 | 1,038 | 9/16/2015 |
0.0.0.2 | 1,016 | 9/15/2015 |
0.0.0.1 | 1,026 | 9/15/2015 |
Break changes:
• All stored procedure invoke only support post method
• Invoke stored procedure return schema change to
{
‘<outputPar1>’:null,
'<outputPar2>':null,
'$result':<stored procedure result>
}
• Move BeforeExcute action from DynamicOData to DataSource
Move AddDataSource function from DynamicOData to DataSourceProvider