4 references to GetType
System.Data (4)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
336
type = (typeName == null)? DataType : DataStorage.
GetType
(typeName);
fx\src\data\System\Data\XmlDataLoader.cs (1)
1115
columnValue = SqlUdtStorage.GetStaticNullForUdtType(DataStorage.
GetType
(typeName));
fx\src\data\System\Data\XMLSchema.cs (2)
62
propValue = DataStorage.
GetType
(value);
254
col.DataType = DataStorage.
GetType
(value);