# Jackletter.Microsoft.SqlServer.Types **Repository Path**: jackletter/jackletter.microsoft.sqlserver.types ## Basic Information - **Project Name**: Jackletter.Microsoft.SqlServer.Types - **Description**: .net standard环境下Microsoft.SqlServer.Types.dll的实现方案 from:https://github.com/dotMorten/Microsoft.SqlServer.Types - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-07 - **Last Updated**: 2024-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jackletter.Microsoft.SqlServer.Types #### 介绍 netstandard环境下的Microsoft.SqlServer.Types.dll实现方案。 >来自:https://github.com/dotMorten/Microsoft.SqlServer.Types >我只是将生成的Microsoft.SqlServer.Types.dll的程序集版本改为10.0.0.0,因为ado.net默认加载的版本就是10.0.0.0,其他的加载不成功。 [![nuget](https://img.shields.io/nuget/v/Jackletter.Microsoft.SqlServer.Types.svg?style=flat-square)](https://www.nuget.org/packages/Jackletter.Microsoft.SqlServer.Types) [![stats](https://img.shields.io/nuget/dt/Jackletter.Microsoft.SqlServer.Types.svg?style=flat-square)](https://www.nuget.org/stats/packages/Jackletter.Microsoft.SqlServer.Types?groupby=Version) [![GitHub license](https://img.shields.io/badge/license-Apache2-green)](https://raw.githubusercontent.com/luoyunchong/IGeekFan.AspNetCore.Knife4jUI/master/LICENSE.txt) ## 📚 快速开始 ### 1.安装包 ``` Install-Package Jackletter.Microsoft.SqlServer.Types -Version 2.4.0 ``` ### 2. 做你自己的事情 。。。。。。