Revert "Adding Milliseconds to DateTime fields (#173)" (#197)

This reverts commit 431dfa4156.
This commit is contained in:
Benjamin Russell
2016-12-16 16:37:32 -08:00
committed by GitHub
parent d10c9c4cae
commit 0bee0147d9
5 changed files with 45 additions and 126 deletions

View File

@@ -17,11 +17,5 @@ namespace Microsoft.SqlTools.ServiceLayer.Test.Utility
base.DataType = typeof(string);
base.DataTypeName = "nvarchar";
}
public TestDbColumn(string columnName, int numericScale)
: this(columnName)
{
base.NumericScale = numericScale;
}
}
}