5 references to UnknownDataType
System.Data (5)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
1589case ExtendedClrTypeCode.Invalid: throw ADP.UnknownDataType( value.GetType() );
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
909throw ADP.UnknownDataType(dataType);
fx\src\data\System\Data\Sql\SqlMetaData.cs (2)
1114throw ADP.UnknownDataType(dataType); 1301throw ADP.UnknownDataType(dataType);
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
366throw ADP.UnknownDataType(dataType);