10 references to DateTime
System.Data (10)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
1297SqlBuffer.StorageType.DateTime, // DateTime 1308SqlBuffer.StorageType.DateTime, // SmallDateTime
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (7)
187if (StorageType.DateTime == _type) { 504if (StorageType.DateTime == _type) { 646case StorageType.DateTime: return SqlDateTime; 705case StorageType.DateTime: return DateTime; 744case SqlBuffer.StorageType.DateTime: return typeof(SqlDateTime); 764case SqlBuffer.StorageType.DateTime: return typeof(DateTime); 817_type = StorageType.DateTime;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
4846nullVal.SetToNullOfType(SqlBuffer.StorageType.DateTime);