4 references to GetType
System.Data.Common (4)
System\Data\Common\ObjectStorage.cs (1)
408
type = (typeName == null) ? _dataType : DataStorage.
GetType
(typeName);
System\Data\XmlDataLoader.cs (1)
1188
columnValue = SqlUdtStorage.GetStaticNullForUdtType(DataStorage.
GetType
(typeName));
System\Data\XMLSchema.cs (2)
56
propValue = DataStorage.
GetType
(value);
283
col.DataType = DataStorage.
GetType
(value);