Skip to content

Commit

Permalink
Fix the build by adding missing </summary> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
divega committed Feb 16, 2017
1 parent 8e38ed8 commit fdba2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EntityFramework.SqlServer/SqlProviderServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public static SqlProviderServices Instance
/// behavior of <see cref="SqlParameter" /> and allowing SQL Server to round values if necessary.
/// The default value is <c>true</c> to prevent breaking existing applications that depend on this
/// behavior.
/// </summary>
public static bool TruncateDecimalsToScale
{
get { return _truncateDecimalsToScale; }
Expand Down

0 comments on commit fdba2e5

Please sign in to comment.