4 references to GetMaxMetaTypeFromMetaType
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
556
metaType = MetaType.
GetMaxMetaTypeFromMetaType
( metaType );
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
1574
mt = MetaType.
GetMaxMetaTypeFromMetaType
(mt);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3441
rec.metaType = MetaType.
GetMaxMetaTypeFromMetaType
(rec.metaType);
4181
col.metaType = MetaType.
GetMaxMetaTypeFromMetaType
(col.metaType);