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