3 references to DateTime
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (3)
102Debug.Assert(StorageType.DateTime == _type, "Wrong storage type: " + _type); 108_type = StorageType.DateTime; 355case StorageType.DateTime: return _metadata ?? SmiMetaData.DefaultDateTime;