Info
| Version: | 10.0.4 |
| Author(s): | ServiceStack |
| Last Update: | Friday, December 5, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ServiceStack/ServiceStack |
| NuGet Url: | https://www.nuget.org/packages/ServiceStack.OrmLite.SqlServer.Data |
Install
Install-Package ServiceStack.OrmLite.SqlServer.Data
dotnet add package ServiceStack.OrmLite.SqlServer.Data
paket add ServiceStack.OrmLite.SqlServer.Data
ServiceStack.OrmLite.SqlServer.Data Download (Unzip the "nupkg" after downloading)
Dependencies
- ServiceStack.OrmLite(>= 5.10.4)
- Microsoft.Data.SqlClient(>= 2.1.1)
- ServiceStack.Common(>= 5.10.4)
Tags
Light, simple and fast convention-based code-first POCO ORM for Sql Server.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in SQLServer.