Skip to content

Commit

Permalink
#857 - Deprecated both the MicrosoftSqlServerTypeMapAttribute and Sys…
Browse files Browse the repository at this point in the history
…temSqlServerTypeMapAttribute.
  • Loading branch information
mikependon committed Sep 11, 2021
1 parent 6b09594 commit b6e77a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace RepoDb.Attributes
/// <summary>
/// An attribute used to define a mapping of .NET CLR <see cref="Type"/> into its equivalent <see cref="SqlDbType"/> value.
/// </summary>
[Obsolete("Use the SqlParameterSqlDbTypeAttribute instead.")]
public class MicrosoftSqlServerTypeMapAttribute : ParameterPropertyValueSetterAttribute
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace RepoDb.Attributes
/// <summary>
/// An attribute used to define a mapping of .NET CLR <see cref="Type"/> into its equivalent <see cref="SqlDbType"/> value.
/// </summary>
[Obsolete("Use the SqlParameterSqlDbTypeAttribute instead. The System.Data.SqlClient namespace will soon to be removed from this library.")]
public class SystemSqlServerTypeMapAttribute : ParameterPropertyValueSetterAttribute
{
/// <summary>
Expand Down

0 comments on commit b6e77a7

Please sign in to comment.