Telerik.DataAccess.Fluent
2015.3.1221.1
Prefix Reserved
See the version list below for details.
dotnet add package Telerik.DataAccess.Fluent --version 2015.3.1221.1
NuGet\Install-Package Telerik.DataAccess.Fluent -Version 2015.3.1221.1
<PackageReference Include="Telerik.DataAccess.Fluent" Version="2015.3.1221.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Telerik.DataAccess.Fluent --version 2015.3.1221.1
#r "nuget: Telerik.DataAccess.Fluent, 2015.3.1221.1"
// Install Telerik.DataAccess.Fluent as a Cake Addin #addin nuget:?package=Telerik.DataAccess.Fluent&version=2015.3.1221.1 // Install Telerik.DataAccess.Fluent as a Cake Tool #tool nuget:?package=Telerik.DataAccess.Fluent&version=2015.3.1221.1
The Telerik.DataAccess.Fluent NuGet package is designed for projects containing classes that are stored using Telerik Data Access. It can be utilized for defining your data access model using the code-only Fluent Mapping.
It provides the assembly references and project enhancements made by the Telerik Data Access Enhancer tool during the build process, required by Telerik Data Access runtime.
If you need a NuGet package for a project only consuming Telerik Data Access model from another assembly, the Telerik.DataAccess.Core NuGet package which contains the Telerik Data Access runtime assemblies necessary to work with Telerik Data Access persistent objects is sufficient and can be used instead.
Telerik Data Access helps defining mapping and executing create, retrieve, update and delete operations for your data access classes and database tables. It allows you to consume stored procedures and functions.
Learn more about Target Frameworks and .NET Standard.
-
- Telerik.DataAccess.Core (= 2015.3.1221.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Telerik.DataAccess.Fluent:
Package | Downloads |
---|---|
OpenAccess.CodeFirst
This NuGet Package is deprecated since the product has been renamed to Telerik Data Access. Please use Telerik.DataAccess.Fluent instead. |
|
Telerik.DataAccess.Fluent.Sample
This sample demonstrates the use of the Telerik DataAccess Code First (also known as Fluent Mapping) support. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Telerik.DataAccess.Fluent:
Repository | Stars |
---|---|
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
|
|
KalikoCMS/KalikoCMS.Core
Open source content management system (CMS) for the ASP.NET platform.
|
Version | Downloads | Last updated |
---|---|---|
2018.0.1127.1 | 141,749 | 12/19/2018 |
2018.0.911.1 | 13,327 | 9/20/2018 |
2016.2.822.1 | 204,034 | 9/29/2016 |
2016.1.224.1 | 40,412 | 3/21/2016 |
2015.3.1221.1 | 46,069 | 12/23/2015 |
2015.3.926.1 | 25,362 | 9/30/2015 |
2015.2.624.2 | 21,007 | 9/18/2015 |
2015.2.624.1 | 18,499 | 6/24/2015 |
2015.1.225.2 | 5,660 | 9/18/2015 |
2015.1.225.1 | 30,910 | 2/25/2015 |
2014.3.1209.2 | 4,304 | 9/18/2015 |
2014.3.1209.1 | 6,412 | 12/15/2014 |
2014.3.1027.1 | 6,223 | 10/27/2014 |
2014.2.918.1 | 6,313 | 9/24/2014 |
2014.2.711.1 | 12,581 | 7/21/2014 |
2014.2.617.2 | 4,273 | 6/18/2014 |
2014.1.403.2 | 6,286 | 4/9/2014 |
2014.1.225.3 | 5,120 | 3/12/2014 |
2014.1.225.2 | 5,288 | 2/26/2014 |
2013.3.1320.1 | 22,649 | 1/28/2014 |
New
- Preview of Default Mapping API for DB-First scenarios - new API for performing database first default mapping, later it will be used in Fluent Code Generation tool. See Telerik.OpenAccess.API.MetaData.DatabaseModelMapper class in Telerik.OpenAccess.Runtime.dll assembly.
- Improved performance of reading database structure when there are multiple schemas in the database, but only single one is referred in the mapped model
- Database.IsOpen(string connectionUrl, string cacheKey) static method was added for testing if a database (with cacheKey) is already open.
Fixed
- Fixed an issue with enhancement in x64 environments and multiple RLINQ files, now all of the RLINQ model files will be properly enhanced
- LINQ: Fixed an issue when a query is made involving a .LoadWith(FetchStrategy) or .Include(LambdaExpression), and an .OrderBy(...) is specified, the (deep) results are incorrectly read.
- LINQ: Fixed an issue with two different split table columns tested within an OR condition that was producing invalid SQL statement
- Fixed compatibility issues with VB.Net Roslyn compiler and Telerik Data Access Enhancer. Now models defined in VB.NET will be enhaced when using Visual Studio 2015
- RyuJit prevents OpenAccess from creating a database - If the ADO.NET DB Open call throws an exception and the .NET 4.6 and Visual Studio 2015 are installed, a null pointer exception is thrown instead of the real one. Telerik Data Access code has been changed in order to avoid using the MSIL pattern that is triggering the JIT issue.
Changed
- Telerik.DataAccess.Fluent and Telerik.DataAccess.Fluent.Sample are now development only NuGet packages