3 references to GetStaticNullForUdtType
System.Data.Common (3)
System\Data\Common\SqlUDTStorage.cs (1)
26
: this(column, type,
GetStaticNullForUdtType
(type))
System\Data\DataColumn.cs (1)
177
SqlUdtStorage.
GetStaticNullForUdtType
(type);
System\Data\XmlDataLoader.cs (1)
1188
columnValue = SqlUdtStorage.
GetStaticNullForUdtType
(DataStorage.GetType(typeName));